@ConfigurationProperties(prefix="spring.activemq") public class ActiveMQProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ActiveMQProperties.Packages |
static class |
ActiveMQProperties.Pool |
Constructor and Description |
---|
ActiveMQProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getBrokerUrl() |
ActiveMQProperties.Packages |
getPackages() |
String |
getPassword() |
ActiveMQProperties.Pool |
getPool() |
String |
getUser() |
boolean |
isInMemory() |
void |
setBrokerUrl(String brokerUrl) |
void |
setInMemory(boolean inMemory) |
void |
setPassword(String password) |
void |
setPool(ActiveMQProperties.Pool pool) |
void |
setUser(String user) |
public String getBrokerUrl()
public void setBrokerUrl(String brokerUrl)
public boolean isInMemory()
public void setInMemory(boolean inMemory)
public String getUser()
public void setUser(String user)
public String getPassword()
public void setPassword(String password)
public ActiveMQProperties.Pool getPool()
public void setPool(ActiveMQProperties.Pool pool)
public ActiveMQProperties.Packages getPackages()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.