@Vetoed public class DefaultArtemisClientConfigurationImpl extends Object implements ArtemisClientConfiguration
IN_VM_CONNECTOR, REMOTE_CONNECTOR| Constructor and Description |
|---|
DefaultArtemisClientConfigurationImpl() |
DefaultArtemisClientConfigurationImpl(Map<String,Object> params) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectorFactory() |
String |
getHost() |
String |
getPassword() |
Integer |
getPort() |
String |
getUrl()
Either url should be set, or host, port, connector factory should be set.
|
String |
getUsername() |
boolean |
hasAuthentication() |
boolean |
isHa() |
boolean |
startEmbeddedBroker() |
public DefaultArtemisClientConfigurationImpl()
public String getHost()
getHost in interface ArtemisClientConfigurationpublic Integer getPort()
getPort in interface ArtemisClientConfigurationpublic String getUsername()
getUsername in interface ArtemisClientConfigurationpublic String getPassword()
getPassword in interface ArtemisClientConfigurationpublic String getUrl()
ArtemisClientConfigurationgetUrl in interface ArtemisClientConfigurationpublic String getConnectorFactory()
getConnectorFactory in interface ArtemisClientConfigurationpublic boolean startEmbeddedBroker()
startEmbeddedBroker in interface ArtemisClientConfigurationpublic boolean isHa()
isHa in interface ArtemisClientConfigurationpublic boolean hasAuthentication()
hasAuthentication in interface ArtemisClientConfigurationCopyright © 2023 The Apache Software Foundation. All Rights Reserved.