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 Detail

      • 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.