Class IncomingJmsMessage<T>
java.lang.Object
io.smallrye.reactive.messaging.jms.IncomingJmsMessage<T>
- All Implemented Interfaces:
Message<T>
-
Field Summary
Fields inherited from interface org.eclipse.microprofile.reactive.messaging.Message
EMPTY_ACK, EMPTY_NACK, LOGGER -
Method Summary
Modifier and TypeMethodDescription<C> CMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.reactive.messaging.Message
ack, addMetadata, getAck, getMetadata, getNack, getNackWithMetadata, nack, nack, thenApply, withAck, withAckWithMetadata, withMetadata, withMetadata, withNack, withNackWithMetadata, withPayload
-
Method Details
-
getPayload
- Specified by:
getPayloadin interfaceMessage<T>
-
getAckWithMetadata
- Specified by:
getAckWithMetadatain interfaceMessage<T>
-
ack
-
getMetadata
- Specified by:
getMetadatain interfaceMessage<T>
-
unwrap
-