Class: Gruf::Interceptors::ServerInterceptor

Inherits:
Base
  • Object
show all
Includes:
Errors::Helpers
Defined in:
lib/gruf/interceptors/server_interceptor.rb

Overview

Intercepts server requests

Instance Attribute Summary

Attributes inherited from Base

#error, #options, #request

Instance Method Summary collapse

Methods included from Errors::Helpers

#fail!

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Gruf::Interceptors::Base

Instance Method Details

#callObject

Call the interceptor

Raises:

  • (NotImplementedError)


29
30
31
# File 'lib/gruf/interceptors/server_interceptor.rb', line 29

def call
  raise NotImplementedError
end