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
AnEndpointthat has the binding information on all theBindablemessage channels.- Author:
- Dave Syer, Ilayaperumal Gopinathan, Vinicius Carvalho, Oleg Zhurakousky
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelsEndpoint.ChannelsMetaDataMeta data for channels.
-
Constructor Summary
Constructors Constructor Description ChannelsEndpoint(BindingServiceProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>channels()voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
-
-
Constructor Detail
-
ChannelsEndpoint
public ChannelsEndpoint(BindingServiceProperties properties)
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
-