Uses of Interface
io.grpc.BindableService
Packages that use BindableService
-
Uses of BindableService in com.google.devtools.build.v1
Classes in com.google.devtools.build.v1 that implement BindableServiceModifier and TypeClassDescriptionstatic classBase class for the server implementation of the service PublishBuildEvent. -
Uses of BindableService in io.grpc
Methods in io.grpc with parameters of type BindableServiceModifier and TypeMethodDescriptionForwardingServerBuilder.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, List<? extends ServerInterceptor> interceptors) static ServerServiceDefinitionServerInterceptors.interceptForward(BindableService bindableService, ServerInterceptor... interceptors) static ServerServiceDefinitionServerInterceptors.interceptForward(BindableService bindableService, List<? extends ServerInterceptor> interceptors)