Interface QueryURLBuilder
-
public interface QueryURLBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
buildURL(String server, String applicationId, String store)
Builds the URL used for querying a remote server for the specified application and state store.
-
-
-
Method Detail
-
buildURL
String buildURL(String server, String applicationId, String store)
Builds the URL used for querying a remote server for the specified application and state store.- Parameters:
server
- the application server name (i.e host:port).applicationId
- the application id.store
- the name of the store.- Returns:
- the string url.
-
-