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 T
ForwardingServerBuilder. addService(BindableService bindableService)
abstract T
ServerBuilder. addService(BindableService bindableService)
Adds a service implementation to the handler registry.static ServerServiceDefinition
ServerInterceptors. intercept(BindableService bindableService, ServerInterceptor... interceptors)
static ServerServiceDefinition
ServerInterceptors. intercept(BindableService bindableService, List<? extends ServerInterceptor> interceptors)
static ServerServiceDefinition
ServerInterceptors. interceptForward(BindableService bindableService, ServerInterceptor... interceptors)
static ServerServiceDefinition
ServerInterceptors. interceptForward(BindableService bindableService, List<? extends ServerInterceptor> interceptors)
-