Interface Channel.DefinitionStages.WithReadinessState

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

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

    • withReadinessState

      Channel.DefinitionStages.WithCreate withReadinessState(ReadinessState readinessState)
      Specifies the readinessState property: The readiness state of the corresponding partner topic..
      Parameters:
      readinessState - The readiness state of the corresponding partner topic.
      Returns:
      the next definition stage.