Package org.springframework.cloud.bus
Class BusProperties
java.lang.Object
org.springframework.cloud.bus.BusProperties
- Author:
- Dave Syer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSpring Cloud Bus properties related to acknowledgments.static classSpring Cloud Bus trace properties. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAck()org.springframework.util.MimeTypegetId()getTrace()booleanvoidsetContentType(org.springframework.util.MimeType contentType) voidsetDestination(String destination) voidsetEnabled(boolean enabled) voidtoString()
-
Field Details
-
PREFIX
Configuration prefix for spring cloud bus.- See Also:
-
-
Constructor Details
-
BusProperties
public BusProperties()
-
-
Method Details
-
getAck
-
getTrace
-
getDestination
-
setDestination
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getId
-
setId
-
getContentType
public org.springframework.util.MimeType getContentType() -
setContentType
public void setContentType(org.springframework.util.MimeType contentType) -
toString
-