Class BusProperties

java.lang.Object
org.springframework.cloud.bus.BusProperties

@ConfigurationProperties("spring.cloud.bus") public class BusProperties extends Object
Author:
Dave Syer
  • Field Details

  • Constructor Details

    • BusProperties

      public BusProperties()
  • Method Details

    • getAck

      public BusProperties.Ack getAck()
    • getTrace

      public BusProperties.Trace getTrace()
    • getDestination

      public String getDestination()
    • setDestination

      public void setDestination(String destination)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getContentType

      public org.springframework.util.MimeType getContentType()
    • setContentType

      public void setContentType(org.springframework.util.MimeType contentType)
    • toString

      public String toString()
      Overrides:
      toString in class Object