Package org.onosproject.net.neighbour
Interface NeighbourHandlerRegistration
- 
 public interface NeighbourHandlerRegistrationInformation about the registration of a neighbour message handler.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationIdappId()Gets the ID of the application that registered the handler.NeighbourMessageHandlerhandler()Gets the neighbour message handler.Interfaceintf()Gets the interface of the registration.
 
- 
- 
- 
Method Detail- 
intfInterface intf() Gets the interface of the registration.- Returns:
- interface
 
 - 
handlerNeighbourMessageHandler handler() Gets the neighbour message handler.- Returns:
- message handler
 
 - 
appIdApplicationId appId() Gets the ID of the application that registered the handler.- Returns:
- application ID
 
 
- 
 
-