@ConfigurationProperties(value="spring.cloud.bus") public class BusProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BusProperties.Ack
Spring Cloud Bus properties related to acknowledgments.
|
static class |
BusProperties.Env
Spring Cloud Bus environment related properties.
|
static class |
BusProperties.Refresh
Spring Cloud Bus properties related to refreshing.
|
static class |
BusProperties.Trace
Spring Cloud Bus trace properties.
|
| 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 © 2020 Pivotal Software, Inc.. All rights reserved.