public interface MessageListener
Title: MessageListener
Description: The listener to be registered with the ChannelReceiver, internal Tribes component
Modifier and Type | Method and Description |
---|---|
boolean |
accept(ChannelMessage msg) |
boolean |
equals(Object listener) |
int |
hashCode() |
void |
messageReceived(ChannelMessage msg)
Receive a message from the IO components in the Channel stack
|
void messageReceived(ChannelMessage msg)
msg
- ChannelMessageboolean accept(ChannelMessage msg)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.