Uses of Interface
io.grpc.BindableService
Packages that use BindableService
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of BindableService in dev.enola.core.grpc
Classes in dev.enola.core.grpc that implement BindableService -
Uses of BindableService in dev.enola.core.proto
Classes in dev.enola.core.proto that implement BindableServiceModifier and TypeClassDescriptionstatic class
Base class for the server implementation of the service EnolaService. -
Uses of BindableService in io.grpc
Methods in io.grpc with parameters of type BindableServiceModifier and TypeMethodDescriptionForwardingServerBuilder.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) -
Uses of BindableService in io.grpc.internal
Methods in io.grpc.internal with parameters of type BindableService -
Uses of BindableService in io.grpc.util
Methods in io.grpc.util with parameters of type BindableServiceModifier and TypeMethodDescriptionMutableHandlerRegistry.addService
(BindableService bindableService) Registers a service.