Class BusProperties


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

      • BusProperties

        public BusProperties()
    • Method Detail

      • 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)