| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ThriftEndpointBuilderFactory.ThriftNegotiationType |
ThriftEndpointBuilderFactory.ThriftNegotiationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThriftEndpointBuilderFactory.ThriftNegotiationType[] |
ThriftEndpointBuilderFactory.ThriftNegotiationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder.negotiationType(ThriftEndpointBuilderFactory.ThriftNegotiationType negotiationType)
Security negotiation type.
|
default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder |
ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder.negotiationType(ThriftEndpointBuilderFactory.ThriftNegotiationType negotiationType)
Security negotiation type.
|
default ThriftEndpointBuilderFactory.ThriftEndpointBuilder |
ThriftEndpointBuilderFactory.ThriftEndpointBuilder.negotiationType(ThriftEndpointBuilderFactory.ThriftNegotiationType negotiationType)
Security negotiation type.
|
Apache Camel