Package io.deephaven.server.appmode
Interface AppModeModule
@Module
public interface AppModeModule
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.BindableService
bindApplicationServiceImpl
(AuthorizationProvider authProvider, ApplicationServiceGrpcImpl applicationService) bindApplicationStateListener
(ApplicationServiceGrpcImpl applicationService) bindScriptSessionListener
(ApplicationServiceGrpcImpl applicationService) static Set<ApplicationState.Factory>
-
Method Details
-
bindApplicationServiceImpl
@Provides @IntoSet static io.grpc.BindableService bindApplicationServiceImpl(AuthorizationProvider authProvider, ApplicationServiceGrpcImpl applicationService) -
bindApplicationTicketResolver
-
bindScriptSessionListener
@Binds ScriptSession.Listener bindScriptSessionListener(ApplicationServiceGrpcImpl applicationService) -
bindApplicationStateListener
@Binds ApplicationState.Listener bindApplicationStateListener(ApplicationServiceGrpcImpl applicationService) -
bindApplicationStates
-
providesFactoriesFromServiceLoader
@Provides @ElementsIntoSet static Set<ApplicationState.Factory> providesFactoriesFromServiceLoader()
-