Class ChannelsEndpoint

java.lang.Object
org.springframework.cloud.stream.endpoint.ChannelsEndpoint
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Endpoint(id="channels") public class ChannelsEndpoint extends Object implements org.springframework.context.ApplicationContextAware
An Endpoint that has the binding information on all the Bindable message channels.
Author:
Dave Syer, Ilayaperumal Gopinathan, Vinicius Carvalho, Oleg Zhurakousky
  • Constructor Details

  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • channels

      @ReadOperation public Map<String,Object> channels()