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
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
27 28 29 |
# File 'lib/gruf/interceptors/server_interceptor.rb', line 27 def call raise NotImplementedError end |