public interface NeighbourMessageHandler
An application may implement this interface in order to provide their own logic for handling particular neighbour messages.
| Modifier and Type | Method and Description | 
|---|---|
void | 
handleMessage(NeighbourMessageContext context,
             HostService hostService)
Handles a neighbour message. 
 | 
void handleMessage(NeighbourMessageContext context, HostService hostService)
context - neighbour message contexthostService - host service