Class ChannelConfigurationProperties
-
- All Implemented Interfaces:
public final class ChannelConfigurationPropertiesConfiguration properties for a named channel.
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanenabledprivate final Stringtypeprivate final StringbeanNamePrefixprivate final Map<String, Object>properties
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()final StringgetType()final StringgetBeanNamePrefix()final Map<String, Object>getProperties()-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
getBeanNamePrefix
final String getBeanNamePrefix()
-
getProperties
final Map<String, Object> getProperties()
-
-
-
-