public interface Router
https://confluence.opensource.anotheria.net/display/DISTRIBUTEME/Routing+and+Failing+Strategies
,
https://confluence.opensource.anotheria.net/display/DISTRIBUTEME/Routing
Modifier and Type | Method and Description |
---|---|
void |
customize(String parameter)
Called shortly after the initialization to customize this router according to the parameter in the annotation.
|
String |
getServiceIdForCall(ClientSideCallContext callContext)
Returns the serviceId for this particular call to route to.
|
String getServiceIdForCall(ClientSideCallContext callContext)
callContext
- context of the call with all call related data.void customize(String parameter)
parameter
- Copyright © 2010-2014 anotheria.net. All Rights Reserved.