Interface Channel.DefinitionStages.WithChannelType

All Known Subinterfaces:
Channel.Definition, Channel.DefinitionStages.WithCreate
Enclosing interface:
Channel.DefinitionStages

public static interface Channel.DefinitionStages.WithChannelType
The stage of the Channel definition allowing to specify channelType.
  • Method Details

    • withChannelType

      Channel.DefinitionStages.WithCreate 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.