public interface ConditionalSender extends MessageSender
Modifier and Type | Method and Description |
---|---|
boolean |
supports(Message message)
Indicates if the implementation is able to handle the provided message.
|
send
boolean supports(Message message)
message
- the message to check if it can be sent using this senderCopyright © 2017. All rights reserved.