Module: GrpcNewrelicInterceptor

Defined in:
lib/grpc_newrelic_interceptor.rb,
lib/grpc_newrelic_interceptor/version.rb,
lib/grpc_newrelic_interceptor/client_interceptor.rb,
lib/grpc_newrelic_interceptor/server_interceptor.rb

Defined Under Namespace

Classes: ClientInterceptor, ServerInterceptor

Constant Summary collapse

VERSION =
"0.0.6"

Class Method Summary collapse

Class Method Details

.new(options = {}) ⇒ Object



7
8
9
# File 'lib/grpc_newrelic_interceptor.rb', line 7

def new(options = {})
  ServerInterceptor.new(**options)
end