Package org.onosproject.net.neighbour
Interface NeighbourMessageHandler
- 
- All Known Implementing Classes:
- DefaultNeighbourMessageHandler
 
 public interface NeighbourMessageHandlerHandler for an incoming neighbour message.An application may implement this interface in order to provide their own logic for handling particular neighbour messages. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleMessage(NeighbourMessageContext context, HostService hostService)Handles a neighbour message.
 
- 
- 
- 
Method Detail- 
handleMessagevoid handleMessage(NeighbourMessageContext context, HostService hostService) Handles a neighbour message.- Parameters:
- context- neighbour message context
- hostService- host service
 
 
- 
 
-