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