public interface Consumable
Modifier and Type | Method and Description |
---|---|
void |
consumed()
Set the state to consumed.
Note there maybe other getters on the bean/state that can internally set this. |
boolean |
wasConsumed()
If an event was consumed or not
|
Copyright © 2018. All rights reserved.