Interface IGenericMapResolver
-
- All Known Subinterfaces:
IMapResolverAsync
- All Known Implementing Classes:
MapResolver
public interface IGenericMapResolverMethods to be implemented by a generic Map Resolver.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetElpPolicy(java.lang.String elpPolicy)Configure how ELPs should be returned in Map-Replies.voidsetShouldAuthenticate(boolean shouldAuthenticate)Configure MapResolver to use authentication.voidsetSubscriptionService(boolean smr)Configure MapResolver to track mappings requesters.
-
-
-
Method Detail
-
setShouldAuthenticate
void setShouldAuthenticate(boolean shouldAuthenticate)
Configure MapResolver to use authentication.- Parameters:
shouldAuthenticate- Authentication state
-
setSubscriptionService
void setSubscriptionService(boolean smr)
Configure MapResolver to track mappings requesters.- Parameters:
smr- Subscription service state
-
setElpPolicy
void setElpPolicy(java.lang.String elpPolicy)
Configure how ELPs should be returned in Map-Replies.- Parameters:
elpPolicy- ELP policy
-
-