S
- Where this is getting its Message
s from.public interface MidDeliveryMessageCondition<S extends MessageProducer<S>>
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Message evaluate,
MessageDeliveryStatus status,
S source)
Evaluate a message against a user-provided condition.
|
boolean accept(Message evaluate, MessageDeliveryStatus status, S source)
evaluate
- The message to evaluate.status
- Current processing status of the message.source
- The notifying object.Copyright © 2015. All rights reserved.