Class CamelMessage<T>
- java.lang.Object
-
- io.smallrye.reactive.messaging.camel.CamelMessage<T>
-
-
Constructor Summary
Constructors Constructor Description CamelMessage(org.apache.camel.Exchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.ExchangegetExchange()MetadatagetMetadata()TgetPayload()TgetPayload(Class<T> clazz)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.microprofile.reactive.messaging.Message
ack, addMetadata, getAck, getMetadata, unwrap, withAck, withMetadata, withMetadata, withPayload
-
-
-
-
Method Detail
-
getPayload
public T getPayload()
- Specified by:
getPayloadin interfaceMessage<T>- Returns:
- The payload for this message.
-
getExchange
public org.apache.camel.Exchange getExchange()
-
getMetadata
public Metadata getMetadata()
- Specified by:
getMetadatain interfaceMessage<T>- Returns:
- The set of metadata attached to this message, potentially empty.
-
-