Interface InputTableModule
@Module
public interface InputTableModule
-
Method Summary
Modifier and TypeMethodDescriptionio.grpc.BindableServicebindInputTableServiceGrpcImpl(InputTableServiceGrpcImpl inputTableService) static io.deephaven.auth.codegen.impl.InputTableServiceContextualAuthWiringprovideAuthWiring(AuthorizationProvider authProvider)
-
Method Details
-
provideAuthWiring
@Provides static io.deephaven.auth.codegen.impl.InputTableServiceContextualAuthWiring provideAuthWiring(AuthorizationProvider authProvider) -
bindInputTableServiceGrpcImpl
@Binds @IntoSet io.grpc.BindableService bindInputTableServiceGrpcImpl(InputTableServiceGrpcImpl inputTableService)
-