public interface MessageComparator
Modifier and Type | Method and Description |
---|---|
boolean |
isPrior(Message m1,
Message m2)
Compares the 2 messages for time ordering.
|
boolean isPrior(Message m1, Message m2)
m1
- The first message.m2
- The second message.NullPointerException
- if an argument is null and this comparator does not permit null argumentsCopyright © 2022 ScalAgent D.T.. All rights reserved.