ChannelCoordinator
, McastService
public interface MessageListener
Title: MessageListener
Description: The listener to be registered with the ChannelReceiver, internal Tribes component
Modifier and Type | Method | Description |
---|---|---|
boolean |
accept(ChannelMessage msg) |
|
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-2019 Apache Software Foundation. All Rights Reserved.