-
- All Known Subinterfaces:
ChannelAccessor.ChannelProperty
,EventMetaData
,EventMetaData.EventMetaDataBuilder
- All Known Implementing Classes:
EventMetaDataBuilderImpl
,EventMetaDataImpl
public interface ChannelAccessor
Provides an accessor for a channel property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ChannelAccessor.ChannelBuilder<B extends ChannelAccessor.ChannelBuilder<B>>
Provides a builder method for a channel property returning the builder for applying multiple build operations.static interface
ChannelAccessor.ChannelMutator
Provides a mutator for a channel property.static interface
ChannelAccessor.ChannelProperty
Provides a channel property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getChannel()
Retrieves the channel from the channel property.
-
-
-
Method Detail
-
getChannel
String getChannel()
Retrieves the channel from the channel property.- Returns:
- The channel stored by the channel property.
-
-