public interface MessageReader
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Need to override this method because the
Log uses this comparison
when un-registering readers |
void |
read(Message message)
Processes the given message.
|
void |
updateState()
Updates the state of the MessageReader.
|
void read(Message message)
message - void updateState()
Copyright © 2012–2023. All rights reserved.