Class BusProperties.Ack

java.lang.Object
org.springframework.cloud.bus.BusProperties.Ack
Enclosing class:
BusProperties

public static class BusProperties.Ack extends Object
Spring Cloud Bus properties related to acknowledgments.
  • Constructor Details

    • Ack

      public Ack()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getDestinationService

      public String getDestinationService()
    • setDestinationService

      public void setDestinationService(String destinationService)
    • toString

      public String toString()
      Overrides:
      toString in class Object