Module org.refcodes.mixin
Package org.refcodes.mixin
Interface ChannelAccessor.ChannelBuilder<B extends ChannelAccessor.ChannelBuilder<B>>
- Type Parameters:
B
- The builder to return in order to be able to apply multiple build operations.
- All Known Subinterfaces:
EventMetaData.EventMetaDataBuilder
- All Known Implementing Classes:
EventMetaDataBuilderImpl
- Enclosing interface:
- ChannelAccessor
public 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.
-
Method Summary
Modifier and TypeMethodDescriptionwithChannel
(String aChannel) Sets the channel for the channel property.
-
Method Details
-
withChannel
Sets the channel for the channel property.- Parameters:
aChannel
- The channel to be stored by the channel property.- Returns:
- The builder for applying multiple build operations.
-