Uses of Interface
org.apache.camel.builder.endpoint.dsl.GrpcEndpointBuilderFactory.GrpcEndpointBuilder
Packages that use GrpcEndpointBuilderFactory.GrpcEndpointBuilder
-
Uses of GrpcEndpointBuilderFactory.GrpcEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return GrpcEndpointBuilderFactory.GrpcEndpointBuilderModifier and TypeMethodDescriptiongRPC (camel-grpc) Expose gRPC endpoints and access external gRPC endpoints.gRPC (camel-grpc) Expose gRPC endpoints and access external gRPC endpoints. -
Uses of GrpcEndpointBuilderFactory.GrpcEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return GrpcEndpointBuilderFactory.GrpcEndpointBuilderModifier and TypeMethodDescriptionGrpcEndpointBuilderFactory.GrpcEndpointBuilder.authenticationType(String authenticationType) Authentication method type in advance to the SSL/TLS negotiation.GrpcEndpointBuilderFactory.GrpcEndpointBuilder.authenticationType(org.apache.camel.component.grpc.GrpcAuthType authenticationType) Authentication method type in advance to the SSL/TLS negotiation.GrpcEndpointBuilderFactory.AdvancedGrpcEndpointBuilder.basic()GrpcEndpointBuilderFactory.endpointBuilder(String componentName, String path) GrpcEndpointBuilderFactory.GrpcEndpointBuilder.flowControlWindow(int flowControlWindow) The HTTP/2 flow control window size (MiB).GrpcEndpointBuilderFactory.GrpcEndpointBuilder.flowControlWindow(String flowControlWindow) The HTTP/2 flow control window size (MiB).gRPC (camel-grpc) Expose gRPC endpoints and access external gRPC endpoints.gRPC (camel-grpc) Expose gRPC endpoints and access external gRPC endpoints.GrpcEndpointBuilderFactory.GrpcEndpointBuilder.jwtAlgorithm(String jwtAlgorithm) JSON Web Token sign algorithm.GrpcEndpointBuilderFactory.GrpcEndpointBuilder.jwtAlgorithm(org.apache.camel.component.grpc.auth.jwt.JwtAlgorithm jwtAlgorithm) JSON Web Token sign algorithm.JSON Web Token issuer.JSON Web Token secret.GrpcEndpointBuilderFactory.GrpcEndpointBuilder.jwtSubject(String jwtSubject) JSON Web Token subject.GrpcEndpointBuilderFactory.GrpcEndpointBuilder.keyCertChainResource(String keyCertChainResource) The X.509 certificate chain file resource in PEM format link.GrpcEndpointBuilderFactory.GrpcEndpointBuilder.keyPassword(String keyPassword) The PKCS#8 private key file password.GrpcEndpointBuilderFactory.GrpcEndpointBuilder.keyResource(String keyResource) The PKCS#8 private key file resource in PEM format link.GrpcEndpointBuilderFactory.GrpcEndpointBuilder.maxMessageSize(int maxMessageSize) The maximum message size allowed to be received/sent (MiB).GrpcEndpointBuilderFactory.GrpcEndpointBuilder.maxMessageSize(String maxMessageSize) The maximum message size allowed to be received/sent (MiB).GrpcEndpointBuilderFactory.GrpcEndpointBuilder.negotiationType(io.grpc.netty.NegotiationType negotiationType) Identifies the security negotiation type used for HTTP/2 communication.GrpcEndpointBuilderFactory.GrpcEndpointBuilder.negotiationType(String negotiationType) Identifies the security negotiation type used for HTTP/2 communication.GrpcEndpointBuilderFactory.GrpcEndpointBuilder.serviceAccountResource(String serviceAccountResource) Service Account key file in JSON format resource link supported by the Google Cloud SDK.GrpcEndpointBuilderFactory.GrpcEndpointBuilder.trustCertCollectionResource(String trustCertCollectionResource) The trusted certificates collection file resource in PEM format for verifying the remote endpoint's certificate.