Package org.apache.camel.component.grpc.server
-
Interface Summary Interface Description BindableServiceFactory A factory interface for generating and instantiating a gRPC BindableService. -
Class Summary Class Description DefaultBindableServiceFactory BindableServiceFactory implementation that uses Javassist to generate & proxy gRPC service classesGrpcHeaderInterceptor gRPC server header interceptorGrpcMethodHandler Handles gRPC service method invocationsGrpcRequestAbstractStreamObserver gRPC request abstract stream observer is the base class for other stream observer implementationsGrpcRequestAggregationStreamObserver gRPC request stream observer which is collecting received objects every onNext() call into the list and processing them in onCompleted()GrpcRequestPropagationStreamObserver gRPC request stream observer which is propagating every onNext(), onError() or onCompleted() calls to the Camel route