public class ClientConfig extends Object
Constructor and Description |
---|
ClientConfig() |
ClientConfig(String name,
ConnectionConfig... connections) |
ClientConfig(String name,
List<ConnectionConfig> connections,
List<MessageProviderConfig> messageProviders) |
Modifier and Type | Method and Description |
---|---|
List<CommandForClient> |
createCommands() |
List<ConnectionConfig> |
getConnections() |
List<MessageProviderConfig> |
getMessageProviders() |
String |
getName() |
int |
getTotalNumberOfParticipants() |
public ClientConfig()
public ClientConfig(String name, ConnectionConfig... connections)
public ClientConfig(String name, List<ConnectionConfig> connections, List<MessageProviderConfig> messageProviders)
public String getName()
public List<ConnectionConfig> getConnections()
public List<CommandForClient> createCommands()
public int getTotalNumberOfParticipants()
public List<MessageProviderConfig> getMessageProviders()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.