Interface ApplicationIdBuilder
-
public interface ApplicationIdBuilderClass for buildingStreamsConfig.APPLICATION_ID_CONFIG.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationIdbuildApplicationId(TopologyMetadata metadata, Conf streamsConfig)Builds theStreamsConfig.APPLICATION_ID_CONFIGfor the specified topology and configuration.
-
-
-
Method Detail
-
buildApplicationId
ApplicationId buildApplicationId(TopologyMetadata metadata, Conf streamsConfig)
Builds theStreamsConfig.APPLICATION_ID_CONFIGfor the specified topology and configuration.- Parameters:
metadata- theTopologyMetadatainstance.- Returns:
- a new
ApplicationIdinstance.
-
-