@FunctionalInterface
public interface NewMessageIdentifier
Modifier and Type | Method and Description |
---|---|
boolean |
isNew(org.springframework.amqp.core.Message message)
Query a message to see if it has been seen before.
|
boolean isNew(org.springframework.amqp.core.Message message)
message
- the message to test