Interface SystemTopic.DefinitionStages.WithSource
-
- All Known Subinterfaces:
SystemTopic.Definition,SystemTopic.DefinitionStages.WithCreate
- Enclosing interface:
- SystemTopic.DefinitionStages
public static interface SystemTopic.DefinitionStages.WithSourceThe stage of the SystemTopic definition allowing to specify source.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SystemTopic.DefinitionStages.WithCreatewithSource(String source)Specifies the source property: Source for the system topic..
-
-
-
Method Detail
-
withSource
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.
-
-