Method: GRPC::ActiveCall#interceptable

Defined in:
src/ruby/lib/grpc/generic/active_call.rb

#interceptableInterceptableView

Returns a restricted view of this ActiveCall for use in interceptors



163
164
165
# File 'src/ruby/lib/grpc/generic/active_call.rb', line 163

def interceptable
  InterceptableView.new(self)
end