Uses of Class
org.apache.camel.builder.endpoint.dsl.ThriftEndpointBuilderFactory.ThriftNegotiationType
-
Packages that use ThriftEndpointBuilderFactory.ThriftNegotiationType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of ThriftEndpointBuilderFactory.ThriftNegotiationType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ThriftEndpointBuilderFactory.ThriftNegotiationType Modifier and Type Method 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.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type ThriftEndpointBuilderFactory.ThriftNegotiationType Modifier and Type Method Description default ThriftEndpointBuilderFactory.ThriftEndpointBuilder
ThriftEndpointBuilderFactory.ThriftEndpointBuilder. negotiationType(ThriftEndpointBuilderFactory.ThriftNegotiationType negotiationType)
Security negotiation type.default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder
ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder. negotiationType(ThriftEndpointBuilderFactory.ThriftNegotiationType negotiationType)
Security negotiation type.default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder
ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder. negotiationType(ThriftEndpointBuilderFactory.ThriftNegotiationType negotiationType)
Security negotiation type.
-