Interface TriggerChannelTypeBuilder

All Superinterfaces:
ChannelTypeBuilder<TriggerChannelTypeBuilder>

@NonNullByDefault public interface TriggerChannelTypeBuilder extends ChannelTypeBuilder<TriggerChannelTypeBuilder>
Interface for builders for ChannelTypes of kind TRIGGER
Author:
Stefan Triller - Initial contribution
  • Method Details

    • withEventDescription

      TriggerChannelTypeBuilder withEventDescription(EventDescription eventDescription)
      Sets the EventDescription for the ChannelType
      Parameters:
      eventDescription - EventDescription for the ChannelType
      Returns:
      this Builder