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