Class DefaultBindableServiceFactory

java.lang.Object
org.apache.camel.component.grpc.server.DefaultBindableServiceFactory
All Implemented Interfaces:
BindableServiceFactory

public class DefaultBindableServiceFactory extends Object implements BindableServiceFactory
BindableServiceFactory implementation that uses Javassist to generate & proxy gRPC service classes
  • Constructor Details

    • DefaultBindableServiceFactory

      public DefaultBindableServiceFactory()
  • Method Details