Interface BindableServiceFactory

  • All Known Implementing Classes:
    DefaultBindableServiceFactory

    public interface BindableServiceFactory
    A 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 Detail

      • createBindableService

        io.grpc.BindableService createBindableService​(GrpcConsumer consumer)
        Creates a gRPC BindableService for the given GrpcConsumer