Class: Gruf::Interceptors::ServerInterceptor
- Includes:
- Errors::Helpers
- Defined in:
- lib/gruf/interceptors/server_interceptor.rb
Overview
Intercepts server requests
Direct Known Subclasses
ActiveRecord::ConnectionReset, Authentication::Basic, Instrumentation::OutputMetadataTimer, Instrumentation::RequestLogging::Interceptor, Instrumentation::Statsd, Rails::Reloader
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#call ⇒ Object
Call the interceptor.
Methods included from Errors::Helpers
Methods inherited from Base
Constructor Details
This class inherits a constructor from Gruf::Interceptors::Base
Instance Method Details
#call ⇒ Object
Call the interceptor
29 30 31 |
# File 'lib/gruf/interceptors/server_interceptor.rb', line 29 def call raise NotImplementedError end |