public interface GeoLocationResolver
Modifier and Type | Method and Description |
---|---|
Location |
getGeoLocationInfo(String ip)
This method will provide the geo location information related to the given ip.
|
void |
init(org.wso2.siddhi.core.util.config.ConfigReader configReader)
This method will be invoked after the initializing the extension.
|
Location getGeoLocationInfo(String ip)
ip
- ip addressvoid init(org.wso2.siddhi.core.util.config.ConfigReader configReader) throws GeoLocationResolverException
configReader
- GeoLocationResolverException
Copyright © 2019 WSO2. All rights reserved.