Interface BindableServiceFactory
-
- All Known Implementing Classes:
DefaultBindableServiceFactory
public interface BindableServiceFactoryA factory interface for generating and instantiating a gRPC BindableService. Provides the means of generating a BindableService in a customized way. The default implementation uses Javassist but other runtimes such as Quarkus may prefer, or need an alternative.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.grpc.BindableServicecreateBindableService(GrpcConsumer consumer)Creates a gRPC BindableService for the given GrpcConsumer
-
-
-
Method Detail
-
createBindableService
io.grpc.BindableService createBindableService(GrpcConsumer consumer)
Creates a gRPC BindableService for the given GrpcConsumer
-
-