Class BusProperties.Ack
java.lang.Object
org.springframework.cloud.bus.BusProperties.Ack
- Enclosing class:
BusProperties
Spring Cloud Bus properties related to acknowledgments.
- Author:
- Dave Syer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetDestinationService(String destinationService) voidsetEnabled(boolean enabled) toString()
-
Constructor Details
-
Ack
public Ack()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getDestinationService
-
setDestinationService
-
toString
-