Uses of Interface
org.apache.camel.builder.endpoint.dsl.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder
Packages that use GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder
-
Uses of GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder 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.GrpcEndpointConsumerBuilderModifier and TypeMethodDescriptionGrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.authenticationType(String authenticationType) Authentication method type in advance to the SSL/TLS negotiation.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.authenticationType(org.apache.camel.component.grpc.GrpcAuthType authenticationType) Authentication method type in advance to the SSL/TLS negotiation.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.autoDiscoverServerInterceptors(boolean autoDiscoverServerInterceptors) Setting the autoDiscoverServerInterceptors mechanism, if true, the component will look for a ServerInterceptor instance in the registry automatically otherwise it will skip that checking.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.autoDiscoverServerInterceptors(String autoDiscoverServerInterceptors) Setting the autoDiscoverServerInterceptors mechanism, if true, the component will look for a ServerInterceptor instance in the registry automatically otherwise it will skip that checking.GrpcEndpointBuilderFactory.AdvancedGrpcEndpointConsumerBuilder.basic()GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.consumerStrategy(String consumerStrategy) This option specifies the top-level strategy for processing service requests and responses in streaming mode.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.consumerStrategy(org.apache.camel.component.grpc.GrpcConsumerStrategy consumerStrategy) This option specifies the top-level strategy for processing service requests and responses in streaming mode.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.flowControlWindow(int flowControlWindow) The HTTP/2 flow control window size (MiB).GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.flowControlWindow(String flowControlWindow) The HTTP/2 flow control window size (MiB).GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.forwardOnCompleted(boolean forwardOnCompleted) Determines if onCompleted events should be pushed to the Camel route.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.forwardOnCompleted(String forwardOnCompleted) Determines if onCompleted events should be pushed to the Camel route.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.forwardOnError(boolean forwardOnError) Determines if onError events should be pushed to the Camel route.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.forwardOnError(String forwardOnError) Determines if onError events should be pushed to the Camel route.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.jwtAlgorithm(String jwtAlgorithm) JSON Web Token sign algorithm.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.jwtAlgorithm(org.apache.camel.component.grpc.auth.jwt.JwtAlgorithm jwtAlgorithm) JSON Web Token sign algorithm.JSON Web Token issuer.JSON Web Token secret.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.jwtSubject(String jwtSubject) JSON Web Token subject.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.keyCertChainResource(String keyCertChainResource) The X.509 certificate chain file resource in PEM format link.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.keyPassword(String keyPassword) The PKCS#8 private key file password.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.keyResource(String keyResource) The PKCS#8 private key file resource in PEM format link.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.maxConcurrentCallsPerConnection(int maxConcurrentCallsPerConnection) The maximum number of concurrent calls permitted for each incoming server connection.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.maxConcurrentCallsPerConnection(String maxConcurrentCallsPerConnection) The maximum number of concurrent calls permitted for each incoming server connection.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.maxMessageSize(int maxMessageSize) The maximum message size allowed to be received/sent (MiB).GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.maxMessageSize(String maxMessageSize) The maximum message size allowed to be received/sent (MiB).GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.negotiationType(io.grpc.netty.NegotiationType negotiationType) Identifies the security negotiation type used for HTTP/2 communication.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.negotiationType(String negotiationType) Identifies the security negotiation type used for HTTP/2 communication.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.routeControlledStreamObserver(boolean routeControlledStreamObserver) Lets the route to take control over stream observer.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.routeControlledStreamObserver(String routeControlledStreamObserver) Lets the route to take control over stream observer.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.serviceAccountResource(String serviceAccountResource) Service Account key file in JSON format resource link supported by the Google Cloud SDK.GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder.trustCertCollectionResource(String trustCertCollectionResource) The trusted certificates collection file resource in PEM format for verifying the remote endpoint's certificate.