Udostępnij za pośrednictwem


SystemTopic.DefinitionStages.WithSource Interface

public static interface SystemTopic.DefinitionStages.WithSource

The stage of the SystemTopic definition allowing to specify source.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSource(String source)

Specifies the source property: Source for the system topic..

Method Details

withSource

public abstract SystemTopic.DefinitionStages.WithCreate withSource(String source)

Specifies the source property: Source for the system topic..

Parameters:

source - Source for the system topic.

Returns:

the next definition stage.

Applies to