-
- All Known Subinterfaces:
ChannelAccessor.ChannelProperty
,EventMetaData.EventMetaDataBuilder
- All Known Implementing Classes:
EventMetaDataBuilderImpl
- Enclosing interface:
- ChannelAccessor
public static interface ChannelAccessor.ChannelMutator
Provides a mutator for a channel property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setChannel(String aChannel)
Sets the channel for the channel property.
-
-
-
Method Detail
-
setChannel
void setChannel(String aChannel)
Sets the channel for the channel property.- Parameters:
aChannel
- The channel to be stored by the channel property.
-
-