Interface ChannelSelectorAccessor.ChannelSelectorBuilder<B extends ChannelSelectorAccessor.ChannelSelectorBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
ChannelSelectorAccessor

public static interface ChannelSelectorAccessor.ChannelSelectorBuilder<B extends ChannelSelectorAccessor.ChannelSelectorBuilder<B>>
Provides a builder method for a channel selector property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the channel selector for the channel selector property.
  • Method Details

    • withChannelSelector

      B withChannelSelector(ChannelSelector aChannelSelector)
      Sets the channel selector for the channel selector property.
      Parameters:
      aChannelSelector - The channel selector to be stored by the channel selector property.
      Returns:
      The builder for applying multiple build operations.