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 Summary

    Modifier and Type
    Method
    Description
    io.grpc.BindableService
    Creates a gRPC BindableService for the given GrpcConsumer
  • Method Details

    • createBindableService

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