Uses of Interface
io.grpc.BindableService
-
-
Uses of BindableService in io.grpc
Methods in io.grpc with parameters of type BindableService Modifier and Type Method Description TForwardingServerBuilder. addService(BindableService bindableService)abstract TServerBuilder. addService(BindableService bindableService)Adds a service implementation to the handler registry.static ServerServiceDefinitionServerInterceptors. intercept(BindableService bindableService, ServerInterceptor... interceptors)static ServerServiceDefinitionServerInterceptors. intercept(BindableService bindableService, java.util.List<? extends ServerInterceptor> interceptors)static ServerServiceDefinitionServerInterceptors. interceptForward(BindableService bindableService, ServerInterceptor... interceptors)static ServerServiceDefinitionServerInterceptors. interceptForward(BindableService bindableService, java.util.List<? extends ServerInterceptor> interceptors)
-