Package io.deephaven.server.console
Class ConsoleServiceGrpcBinding
java.lang.Object
io.deephaven.server.console.ConsoleServiceGrpcBinding
- All Implemented Interfaces:
io.grpc.BindableService
-
Constructor Summary
ConstructorDescriptionConsoleServiceGrpcBinding
(AuthorizationProvider authProvider, ConsoleServiceGrpcImpl delegate, SessionService sessionService) -
Method Summary
-
Constructor Details
-
ConsoleServiceGrpcBinding
@Inject public ConsoleServiceGrpcBinding(AuthorizationProvider authProvider, ConsoleServiceGrpcImpl delegate, SessionService sessionService)
-
-
Method Details
-
bindService
public io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-