Channel.DefinitionStages.WithReadinessState Interface

public static interface Channel.DefinitionStages.WithReadinessState

The stage of the Channel definition allowing to specify readinessState.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withReadinessState(ReadinessState readinessState)

Specifies the readinessState property: The readiness state of the corresponding partner topic..

Method Details

withReadinessState

public abstract 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.

Applies to