@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface ThriftEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ThriftEndpointBuilderFactory.AdvancedThriftEndpointBuilder
Advanced builder for endpoint for the Thrift component.
|
static interface |
ThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Thrift component.
|
static interface |
ThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder
Advanced builder for endpoint producers for the Thrift component.
|
static interface |
ThriftEndpointBuilderFactory.ThriftBuilders |
static class |
ThriftEndpointBuilderFactory.ThriftCompressionType
Proxy enum for
org.apache.camel.component.thrift.ThriftCompressionType
enum. |
static interface |
ThriftEndpointBuilderFactory.ThriftEndpointBuilder
Builder for endpoint for the Thrift component.
|
static interface |
ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder
Builder for endpoint consumers for the Thrift component.
|
static interface |
ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder
Builder for endpoint producers for the Thrift component.
|
static class |
ThriftEndpointBuilderFactory.ThriftExchangeProtocol
Proxy enum for
org.apache.camel.component.thrift.ThriftExchangeProtocol
enum. |
static class |
ThriftEndpointBuilderFactory.ThriftNegotiationType
Proxy enum for
org.apache.camel.component.thrift.ThriftNegotiationType
enum. |
| Modifier and Type | Method and Description |
|---|---|
static ThriftEndpointBuilderFactory.ThriftEndpointBuilder |
thrift(String path)
Thrift (camel-thrift)
The Thrift component allows to call and expose remote procedures (RPC)
with Apache Thrift data format and serialization mechanism
Category: rpc
Since: 2.20
Maven coordinates: org.apache.camel:camel-thrift
Syntax:
thrift:host:port/service
Path parameter: host
The Thrift server host name. |
static ThriftEndpointBuilderFactory.ThriftEndpointBuilder thrift(String path)
thrift:host:port/service
Path parameter: host
The Thrift server host name. This is localhost or 0.0.0.0 (if not
defined) when being a consumer or remote server host name when using
producer.
Path parameter: port (required)
The Thrift server port
Path parameter: service (required)
Fully qualified service name from the thrift descriptor file (package dot
service definition name)Apache Camel