Package | Description |
---|---|
org.apache.camel.component.grpc |
Modifier and Type | Method and Description |
---|---|
GrpcProducerStrategy |
GrpcConfiguration.getProducerStrategy() |
static GrpcProducerStrategy |
GrpcProducerStrategy.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.
|
Modifier and Type | Method and Description |
---|---|
void |
GrpcConfiguration.setProducerStrategy(GrpcProducerStrategy producerStrategy)
The mode used to communicate with a remote gRPC server.
|
Apache Camel