public interface Event
All implementations of this interface MUST be immutable or use both the default Object.equals(java.lang.Object) and
Object.hashCode() implementations, as instances will be used as keys in hash-based collections. Mutable
implementations may cause undefined behavior when used as Map keys or Set elements.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isImmediateDelivery() |