Uses of Interface
io.streamthoughts.azkarra.api.streams.KafkaStreamsFactory
-
Packages that use KafkaStreamsFactory Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.api.streams -
-
Uses of KafkaStreamsFactory in io.streamthoughts.azkarra.api
Fields in io.streamthoughts.azkarra.api with type parameters of type KafkaStreamsFactory Modifier and Type Field Description protected Supplier<KafkaStreamsFactory>Executed. factoryMethod parameters in io.streamthoughts.azkarra.api with type arguments of type KafkaStreamsFactory Modifier and Type Method Description StreamsExecutionEnvironmentStreamsExecutionEnvironment. setKafkaStreamsFactory(Supplier<KafkaStreamsFactory> kafkaStreamsFactory)Sets theKafkaStreamsFactorythat will be used to provide theKafkaStreamsto configure and start.ExecutedExecuted. withKafkaStreamsFactory(Supplier<KafkaStreamsFactory> factory)Returns a newExecutedwith the specifiedKafkaStreamsfactory. -
Uses of KafkaStreamsFactory in io.streamthoughts.azkarra.api.streams
Fields in io.streamthoughts.azkarra.api.streams declared as KafkaStreamsFactory Modifier and Type Field Description static KafkaStreamsFactoryKafkaStreamsFactory. DEFAULTMethods in io.streamthoughts.azkarra.api.streams with parameters of type KafkaStreamsFactory Modifier and Type Method Description KafkaStreamContainerBuilderKafkaStreamContainerBuilder. withKafkaStreamsFactory(KafkaStreamsFactory kafkaStreamsFactory)
-