Interface Channel.UpdateStages.WithChannelType

All Known Subinterfaces:
Channel.Update
Enclosing interface:
Channel.UpdateStages

public static interface Channel.UpdateStages.WithChannelType
The stage of the Channel update allowing to specify channelType.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the channelType property: The type of the event channel which represents the direction flow of events..
  • Method Details

    • withChannelType

      Channel.Update withChannelType(ChannelType channelType)
      Specifies the channelType property: The type of the event channel which represents the direction flow of events..
      Parameters:
      channelType - The type of the event channel which represents the direction flow of events.
      Returns:
      the next definition stage.