@Beta
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,
org.onosproject.net.host.HostService hostService)
Handles a neighbour message.
|
void handleMessage(NeighbourMessageContext context, org.onosproject.net.host.HostService hostService)
context - neighbour message contexthostService - host service