public interface GeoCoordinateResolver
| Modifier and Type | Method and Description |
|---|---|
GeoCoordinate |
getGeoCoordinateInfo(String ip)
This method will provide the geo location information related to the given ip.
|
void |
init(io.siddhi.core.util.config.ConfigReader configReader)
This method will be invoked after the initializing the extension.
|
GeoCoordinate getGeoCoordinateInfo(String ip)
ip - ip addressvoid init(io.siddhi.core.util.config.ConfigReader configReader) throws GeoLocationResolverException
configReader - this hold the extensions configuration readerGeoLocationResolverException - this will throws a GeoLocationResolverException.Copyright © 2019 WSO2. All rights reserved.