Uses of Enum Class
org.apache.camel.component.grpc.GrpcProducerStrategy
Packages that use GrpcProducerStrategy
-
Uses of GrpcProducerStrategy in org.apache.camel.component.grpc
Methods in org.apache.camel.component.grpc that return GrpcProducerStrategyModifier and TypeMethodDescriptionGrpcConfiguration.getProducerStrategy()static GrpcProducerStrategyReturns the enum constant of this class with the specified name.static GrpcProducerStrategy[]GrpcProducerStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.grpc with parameters of type GrpcProducerStrategyModifier and TypeMethodDescriptionvoidGrpcConfiguration.setProducerStrategy(GrpcProducerStrategy producerStrategy) The mode used to communicate with a remote gRPC server.