Package com.zfabrik.gateway
Interface IGatewayInfo
public interface IGatewayInfo
Internal information access for gateway components.
-
Method Summary
Modifier and TypeMethodDescriptionint
getGatewayPort(String workerProcessName)
Get the port used for internal dispatchGet the name of the current target worker process.
-
Method Details
-
getTargetWorkerName
String getTargetWorkerName()Get the name of the current target worker process. -
getGatewayPort
Get the port used for internal dispatch
-