@ConfigurationProperties(value="spring.cloud.bus") public class BusProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BusProperties.Ack |
static class |
BusProperties.Env |
static class |
BusProperties.Refresh |
static class |
BusProperties.Trace |
| Constructor and Description |
|---|
BusProperties() |
| Modifier and Type | Method and Description |
|---|---|
BusProperties.Ack |
getAck() |
String |
getDestination() |
BusProperties.Env |
getEnv() |
BusProperties.Refresh |
getRefresh() |
BusProperties.Trace |
getTrace() |
boolean |
isEnabled() |
void |
setDestination(String destination) |
void |
setEnabled(boolean enabled) |
public BusProperties.Env getEnv()
public BusProperties.Refresh getRefresh()
public BusProperties.Ack getAck()
public BusProperties.Trace getTrace()
public String getDestination()
public void setDestination(String destination)
public boolean isEnabled()
public void setEnabled(boolean enabled)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.