@ConfigurationProperties(prefix="spring.artemis") public class ArtemisProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ArtemisProperties.Embedded
Configuration for an embedded Artemis server.
|
Constructor and Description |
---|
ArtemisProperties() |
Modifier and Type | Method and Description |
---|---|
ArtemisProperties.Embedded |
getEmbedded() |
String |
getHost() |
ArtemisMode |
getMode() |
String |
getPassword() |
int |
getPort() |
String |
getUser() |
void |
setHost(String host) |
void |
setMode(ArtemisMode mode) |
void |
setPassword(String password) |
void |
setPort(int port) |
void |
setUser(String user) |
public ArtemisMode getMode()
public void setMode(ArtemisMode mode)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getUser()
public void setUser(String user)
public String getPassword()
public void setPassword(String password)
public ArtemisProperties.Embedded getEmbedded()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.