@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.Trace
Spring Cloud Bus trace properties.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX
Configuration prefix for spring cloud bus.
|
| Constructor and Description |
|---|
BusProperties() |
| Modifier and Type | Method and Description |
|---|---|
BusProperties.Ack |
getAck() |
org.springframework.util.MimeType |
getContentType() |
String |
getDestination() |
String |
getId() |
BusProperties.Trace |
getTrace() |
boolean |
isEnabled() |
void |
setContentType(org.springframework.util.MimeType contentType) |
void |
setDestination(String destination) |
void |
setEnabled(boolean enabled) |
void |
setId(String id) |
String |
toString() |
public static final String PREFIX
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)
public org.springframework.util.MimeType getContentType()
public void setContentType(org.springframework.util.MimeType contentType)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.