public class MqttSegmentDecorator extends AbstractMessagingSegmentDecorator
MESSAGE_BUS_ID
CAMEL_COMPONENT, DEFAULT
Constructor and Description |
---|
MqttSegmentDecorator() |
Modifier and Type | Method and Description |
---|---|
String |
getComponent()
The camel component associated with the decorator.
|
protected String |
getDestination(org.apache.camel.Exchange exchange,
org.apache.camel.Endpoint endpoint) |
String |
getOperationName(org.apache.camel.Exchange exchange,
org.apache.camel.Endpoint endpoint)
This method returns the operation name to use with the segment representing this exchange and endpoint.
|
getMessageId, pre
newSegment, post, stripSchemeAndOptions, toQueryParameters
public String getComponent()
SegmentDecorator
public String getOperationName(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)
SegmentDecorator
getOperationName
in interface SegmentDecorator
getOperationName
in class AbstractMessagingSegmentDecorator
exchange
- The exchangeendpoint
- The endpointprotected String getDestination(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)
getDestination
in class AbstractMessagingSegmentDecorator
Apache Camel