@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() |
String |
getId() |
BusProperties.Refresh |
getRefresh() |
BusProperties.Trace |
getTrace() |
boolean |
isEnabled() |
void |
setDestination(String destination) |
void |
setEnabled(boolean enabled) |
void |
setId(String id) |
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)
public String getId()
public void setId(String id)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.