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