public final class AepSendStabilityEvent extends Event
count, head, next, prev
Modifier and Type | Method and Description |
---|---|
static AepSendStabilityEvent |
create(MessageChannel channel,
MessageView message,
Exception status)
Create a new (initialized) send event.
|
MessageView |
getMessage()
Get the outbound message.
|
MessageChannel |
getMessageChannel()
Get the outbound channel.
|
Exception |
getStatus()
Get the stabilization status.
|
String |
toString()
Get a string representation of a send event.
|
acquire, dispose, getAcknowledger, getAttachment, getDelay, getDispatchTime, getInstanceNumber, getOfferTs, getPollTs, getPool, getRemainingTime, getScheduledTime, getSource, getType, init, isEndOfBatch, isHandled, owners, referenceTracker, setAcknowledger, setAttachment, setDelay, setDispatchTime, setEndOfBatch, setHandled, setPool, setScheduledTime, setSource
count, insertAfter, insertBefore, isLinked, next, previous, unlink, wipe
public static AepSendStabilityEvent create(MessageChannel channel, MessageView message, Exception status)
channel
- The channel through which the message was to be sent.message
- The message to send.status
- An exception indicated that send completed with an error.
This method instantiates and initializes a send stability event. The method uses the event factory to instantiate a new send event (the factory recycles objects through the event type's object pool is configured for the type) and then initializes it with the supplied parameters.
public final MessageChannel getMessageChannel()
public final MessageView getMessage()
public final Exception getStatus()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.