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 Type
    Method
    Description
    withChannel(String aChannel)
    Sets the channel for the channel property.
  • Method Details

    • withChannel

      B withChannel(String aChannel)
      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.