Interface PushResolver.IGeoLocator
- Enclosing class:
PushResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Resolves an address to a location.
- Author:
- Christopher Mindus
Method Summary
Method Details
locate
Locates an address.- Parameters:
address- The address.- Returns:
- The location, or null when it cannot be resolved (a loopback or private address, no service, a timeout).