Uses of Interface
org.apache.camel.builder.endpoint.dsl.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder
Packages that use GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder
-
Uses of GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the gRPC component.Methods in org.apache.camel.builder.endpoint.dsl that return GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilderModifier and TypeMethodDescriptionGrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.authenticationType(String authenticationType) Authentication method type in advance to the SSL/TLS negotiation.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.authenticationType(org.apache.camel.component.grpc.GrpcAuthType authenticationType) Authentication method type in advance to the SSL/TLS negotiation.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.autoDiscoverClientInterceptors(boolean autoDiscoverClientInterceptors) Setting the autoDiscoverClientInterceptors mechanism, if true, the component will look for a ClientInterceptor instance in the registry automatically otherwise it will skip that checking.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.autoDiscoverClientInterceptors(String autoDiscoverClientInterceptors) Setting the autoDiscoverClientInterceptors mechanism, if true, the component will look for a ClientInterceptor instance in the registry automatically otherwise it will skip that checking.GrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilder.basic()GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.flowControlWindow(int flowControlWindow) The HTTP/2 flow control window size (MiB).GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.flowControlWindow(String flowControlWindow) The HTTP/2 flow control window size (MiB).GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.jwtAlgorithm(String jwtAlgorithm) JSON Web Token sign algorithm.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.jwtAlgorithm(org.apache.camel.component.grpc.auth.jwt.JwtAlgorithm jwtAlgorithm) JSON Web Token sign algorithm.JSON Web Token issuer.JSON Web Token secret.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.jwtSubject(String jwtSubject) JSON Web Token subject.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.keyCertChainResource(String keyCertChainResource) The X.509 certificate chain file resource in PEM format link.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.keyPassword(String keyPassword) The PKCS#8 private key file password.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.keyResource(String keyResource) The PKCS#8 private key file resource in PEM format link.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.maxMessageSize(int maxMessageSize) The maximum message size allowed to be received/sent (MiB).GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.maxMessageSize(String maxMessageSize) The maximum message size allowed to be received/sent (MiB).gRPC method name.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.negotiationType(io.grpc.netty.NegotiationType negotiationType) Identifies the security negotiation type used for HTTP/2 communication.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.negotiationType(String negotiationType) Identifies the security negotiation type used for HTTP/2 communication.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.producerStrategy(String producerStrategy) The mode used to communicate with a remote gRPC server.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.producerStrategy(org.apache.camel.component.grpc.GrpcProducerStrategy producerStrategy) The mode used to communicate with a remote gRPC server.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.serviceAccountResource(String serviceAccountResource) Service Account key file in JSON format resource link supported by the Google Cloud SDK.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.streamRepliesTo(String streamRepliesTo) When using STREAMING client mode, it indicates the endpoint where responses should be forwarded.GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.trustCertCollectionResource(String trustCertCollectionResource) The trusted certificates collection file resource in PEM format for verifying the remote endpoint's certificate.The user agent header passed to the server.