Package io.deephaven.server.config
Interface ConfigServiceModule
@Module
public interface ConfigServiceModule
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.BindableService
bindConfigServiceGrpcImpl
(AuthorizationProvider authProvider, ConfigServiceGrpcImpl instance)
-
Method Details
-
bindConfigServiceGrpcImpl
@Provides @IntoSet static io.grpc.BindableService bindConfigServiceGrpcImpl(AuthorizationProvider authProvider, ConfigServiceGrpcImpl instance)
-