public static interface ThriftEndpointBuilderFactory.ThriftBuilders
| Modifier and Type | Method and Description |
|---|---|
default 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. |
default 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