Interface IMapResolverAsync
-
- All Superinterfaces:
IGenericMapResolver
- All Known Implementing Classes:
MapResolver
public interface IMapResolverAsync extends IGenericMapResolver
Map Resolver interface for dealing with async map request calls.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleMapRequest(MapRequest request)Handle Map-Request.voidsetSmrNotificationListener(ISmrNotificationListener listener)Set SMR message notification listener.-
Methods inherited from interface org.opendaylight.lispflowmapping.interfaces.lisp.IGenericMapResolver
setElpPolicy, setShouldAuthenticate, setSubscriptionService
-
-
-
-
Method Detail
-
handleMapRequest
void handleMapRequest(MapRequest request)
Handle Map-Request.- Parameters:
request- The map-request message
-
setSmrNotificationListener
void setSmrNotificationListener(ISmrNotificationListener listener)
Set SMR message notification listener.- Parameters:
listener- The SMR notification listener
-
-