- getAuthenticationType() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
Authentication method type in advance to the SSL/TLS negotiation
- getConfiguration() - Method in class org.apache.camel.component.grpc.GrpcConsumer
-
- getConsumerStrategy() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
This option specifies the top-level strategy for processing service
requests and responses in streaming mode.
- getFlowControlWindow() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
The HTTP/2 flow control window size (MiB)
- getHost() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
The gRPC server host name.
- getJwtAlgorithm() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
JSON Web Token sign algorithm
- getJwtIssuer() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
JSON Web Token issuer
- getJwtSecret() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
JSON Web Token secret
- getJwtSubject() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
JSON Web Token subject
- getKeyCertChainResource() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
- getKeyPassword() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
The PKCS#8 private key file password
- getKeyResource() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
- getMaxConcurrentCallsPerConnection() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
- getMaxMessageSize() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
- getMethod() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
gRPC method name
- getNegotiationType() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
- getPort() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
The gRPC local or remote server port
- getProducerStrategy() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
- getService() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
Fully qualified service name from the protocol buffer descriptor file
(package dot service definition name)
- getServiceAccountResource() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
Service Account key file in JSON format resource link supported by the Google Cloud SDK
- getServiceName() - Method in class org.apache.camel.component.grpc.GrpcEndpoint
-
- getServicePackage() - Method in class org.apache.camel.component.grpc.GrpcEndpoint
-
- getStreamRepliesTo() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
- getTrustCertCollectionResource() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
- getUserAgent() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
-
The user agent header passed to the server
- GRPC_EVENT_TYPE_HEADER - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_EVENT_TYPE_ON_COMPLETED - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_EVENT_TYPE_ON_ERROR - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_EVENT_TYPE_ON_NEXT - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_JWT_CTX_KEY - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_JWT_METADATA_KEY - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_JWT_TOKEN_KEY - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_JWT_USER_ID_CTX_KEY - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_METHOD_NAME_HEADER - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_SERVER_IMPL_POSTFIX - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_SERVICE_ASYNC_STUB_METHOD - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_SERVICE_CLASS_POSTFIX - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_SERVICE_FUTURE_STUB_METHOD - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_SERVICE_STUB_CALL_CREDS_METHOD - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_SERVICE_SYNC_STUB_METHOD - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_USER_AGENT_HEADER - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GRPC_USER_ID_KEY - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
-
- GrpcAuthType - Enum in org.apache.camel.component.grpc
-
Authentication method types list in advance to the SSL/TLS negotiation
- GrpcComponent - Class in org.apache.camel.component.grpc
-
- GrpcComponent() - Constructor for class org.apache.camel.component.grpc.GrpcComponent
-
- GrpcConfiguration - Class in org.apache.camel.component.grpc
-
- GrpcConfiguration() - Constructor for class org.apache.camel.component.grpc.GrpcConfiguration
-
- GrpcConstants - Interface in org.apache.camel.component.grpc
-
gRPC component constants
- GrpcConsumer - Class in org.apache.camel.component.grpc
-
Represents gRPC server consumer implementation
- GrpcConsumer(GrpcEndpoint, Processor, GrpcConfiguration) - Constructor for class org.apache.camel.component.grpc.GrpcConsumer
-
- GrpcConsumerStrategy - Enum in org.apache.camel.component.grpc
-
- GrpcEndpoint - Class in org.apache.camel.component.grpc
-
The gRPC component allows to call and expose remote procedures via HTTP/2 with protobuf dataformat
- GrpcEndpoint(String, GrpcComponent, GrpcConfiguration) - Constructor for class org.apache.camel.component.grpc.GrpcEndpoint
-
- GrpcExchangeForwarder - Interface in org.apache.camel.component.grpc.client
-
A forwarder is responsible to forward exchanges to a remote gRPC server.
- GrpcExchangeForwarderFactory - Class in org.apache.camel.component.grpc.client
-
Creates the correct forwarder according to the configuration.
- GrpcHeaderInterceptor - Class in org.apache.camel.component.grpc.server
-
gRPC server header interceptor
- GrpcHeaderInterceptor() - Constructor for class org.apache.camel.component.grpc.server.GrpcHeaderInterceptor
-
- GrpcMethodHandler - Class in org.apache.camel.component.grpc.server
-
gRPC server method invocation handler
- GrpcMethodHandler(GrpcEndpoint, GrpcConsumer) - Constructor for class org.apache.camel.component.grpc.server.GrpcMethodHandler
-
- GrpcProducer - Class in org.apache.camel.component.grpc
-
Represents asynchronous and synchronous gRPC producer implementations.
- GrpcProducer(GrpcEndpoint, GrpcConfiguration) - Constructor for class org.apache.camel.component.grpc.GrpcProducer
-
- GrpcProducerStrategy - Enum in org.apache.camel.component.grpc
-
- GrpcRequestAbstractStreamObserver - Class in org.apache.camel.component.grpc.server
-
gRPC request abstract stream observer is the base class for other stream
observer implementations
- GrpcRequestAbstractStreamObserver(GrpcEndpoint, GrpcConsumer, StreamObserver<Object>, Map<String, Object>) - Constructor for class org.apache.camel.component.grpc.server.GrpcRequestAbstractStreamObserver
-
- GrpcRequestAggregationStreamObserver - Class in org.apache.camel.component.grpc.server
-
gRPC request stream observer which is collecting received objects every
onNext() call into the list and processing them in onCompleted()
- GrpcRequestAggregationStreamObserver(GrpcEndpoint, GrpcConsumer, StreamObserver<Object>, Map<String, Object>) - Constructor for class org.apache.camel.component.grpc.server.GrpcRequestAggregationStreamObserver
-
- GrpcRequestPropagationStreamObserver - Class in org.apache.camel.component.grpc.server
-
gRPC request stream observer which is propagating every onNext(), onError()
or onCompleted() calls to the Camel route
- GrpcRequestPropagationStreamObserver(GrpcEndpoint, GrpcConsumer, StreamObserver<Object>, Map<String, Object>) - Constructor for class org.apache.camel.component.grpc.server.GrpcRequestPropagationStreamObserver
-
- GrpcResponseAggregationStreamObserver - Class in org.apache.camel.component.grpc.client
-
- GrpcResponseAggregationStreamObserver(Exchange, AsyncCallback) - Constructor for class org.apache.camel.component.grpc.client.GrpcResponseAggregationStreamObserver
-
- GrpcResponseRouterStreamObserver - Class in org.apache.camel.component.grpc.client
-
A stream observer that routes all responses to another endpoint.
- GrpcResponseRouterStreamObserver(GrpcConfiguration, Endpoint) - Constructor for class org.apache.camel.component.grpc.client.GrpcResponseRouterStreamObserver
-
- GrpcUtils - Class in org.apache.camel.component.grpc
-
GrpcUtils helpers are working with dynamic methods via Camel and
Java reflection utilities