Package org.nustaq.kontraktor.routing
Class WSKrouterStarterConfig
java.lang.Object
org.nustaq.kontraktor.routing.WSKrouterStarterConfig
- All Implemented Interfaces:
Serializable
public class WSKrouterStarterConfig extends Object implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description WSKrouterStarterConfig() -
Method Summary
Modifier and Type Method Description StringgetHost()intgetPort()RoutedServiceEntry[]getServices()WSKrouterStarterConfighost(String host)static voidmain(String[] args)WSKrouterStarterConfigport(int port)static WSKrouterStarterConfigread()WSKrouterStarterConfigservices(RoutedServiceEntry[] services)
-
Constructor Details
-
WSKrouterStarterConfig
public WSKrouterStarterConfig()
-
-
Method Details