Class BusRSocketProperties

java.lang.Object
org.springframework.cloud.bus.rsocket.BusRSocketProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@ConfigurationProperties("spring.cloud.bus.rsocket") public class BusRSocketProperties extends Object implements org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • BusRSocketProperties

      public BusRSocketProperties()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • getDefaultTags

      public Map<io.rsocket.routing.common.MutableKey,String> getDefaultTags()
    • toString

      public String toString()
      Overrides:
      toString in class Object