Package org.onosproject.net.neighbour
Interface NeighbourHandlerRegistration
-
public interface NeighbourHandlerRegistration
Information about the registration of a neighbour message handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationId
appId()
Gets the ID of the application that registered the handler.NeighbourMessageHandler
handler()
Gets the neighbour message handler.Interface
intf()
Gets the interface of the registration.
-
-
-
Method Detail
-
intf
Interface intf()
Gets the interface of the registration.- Returns:
- interface
-
handler
NeighbourMessageHandler handler()
Gets the neighbour message handler.- Returns:
- message handler
-
appId
ApplicationId appId()
Gets the ID of the application that registered the handler.- Returns:
- application ID
-
-