Uses of Class
org.apache.camel.component.grpc.GrpcProducerStrategy
-
Packages that use GrpcProducerStrategy Package Description org.apache.camel.component.grpc -
-
Uses of GrpcProducerStrategy in org.apache.camel.component.grpc
Methods in org.apache.camel.component.grpc that return GrpcProducerStrategy Modifier and Type Method Description GrpcProducerStrategyGrpcConfiguration. getProducerStrategy()static GrpcProducerStrategyGrpcProducerStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static GrpcProducerStrategy[]GrpcProducerStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.grpc with parameters of type GrpcProducerStrategy Modifier and Type Method Description voidGrpcConfiguration. setProducerStrategy(GrpcProducerStrategy producerStrategy)The mode used to communicate with a remote gRPC server.
-