class Gruf::Interceptors::ServerInterceptor

Intercepts server requests

Public Instance Methods

call() click to toggle source

Call the interceptor

# File lib/gruf/interceptors/server_interceptor.rb, line 29
def call
  raise NotImplementedError
end