Interface Channel.UpdateStages.WithReadinessState

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

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

    Modifier and Type
    Method
    Description
    Specifies the readinessState property: The readiness state of the corresponding partner topic..
  • Method Details

    • withReadinessState

      Channel.Update 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.