@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() |
int |
getPort() |
void |
setHost(String host) |
void |
setMode(ArtemisMode mode) |
void |
setPort(int port) |
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 ArtemisProperties.Embedded getEmbedded()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.