Class ChannelsEndpoint.ChannelsMetaData
- java.lang.Object
-
- org.springframework.cloud.stream.endpoint.ChannelsEndpoint.ChannelsMetaData
-
- Enclosing class:
- ChannelsEndpoint
public static class ChannelsEndpoint.ChannelsMetaData extends Object
Meta data for channels. Contains e.g. input and outputs.
-
-
Constructor Summary
Constructors Constructor Description ChannelsMetaData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,BindingProperties>getInputs()Map<String,BindingProperties>getOutputs()
-
-
-
Method Detail
-
getInputs
public Map<String,BindingProperties> getInputs()
-
getOutputs
public Map<String,BindingProperties> getOutputs()
-
-