Uses of Class
org.apache.camel.builder.endpoint.dsl.GrpcEndpointBuilderFactory.NegotiationType
-
Packages that use GrpcEndpointBuilderFactory.NegotiationType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of GrpcEndpointBuilderFactory.NegotiationType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return GrpcEndpointBuilderFactory.NegotiationType Modifier and Type Method Description static GrpcEndpointBuilderFactory.NegotiationTypeGrpcEndpointBuilderFactory.NegotiationType. valueOf(String name)Returns the enum constant of this type with the specified name.static GrpcEndpointBuilderFactory.NegotiationType[]GrpcEndpointBuilderFactory.NegotiationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type GrpcEndpointBuilderFactory.NegotiationType Modifier and Type Method Description default GrpcEndpointBuilderFactory.GrpcEndpointBuilderGrpcEndpointBuilderFactory.GrpcEndpointBuilder. negotiationType(GrpcEndpointBuilderFactory.NegotiationType negotiationType)Identifies the security negotiation type used for HTTP/2 communication.default GrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilderGrpcEndpointBuilderFactory.GrpcEndpointConsumerBuilder. negotiationType(GrpcEndpointBuilderFactory.NegotiationType negotiationType)Identifies the security negotiation type used for HTTP/2 communication.default GrpcEndpointBuilderFactory.GrpcEndpointProducerBuilderGrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder. negotiationType(GrpcEndpointBuilderFactory.NegotiationType negotiationType)Identifies the security negotiation type used for HTTP/2 communication.
-