Uses of Interface
io.streamthoughts.azkarra.api.streams.ApplicationIdBuilder
-
Packages that use ApplicationIdBuilder Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.runtime.env io.streamthoughts.azkarra.runtime.streams -
-
Uses of ApplicationIdBuilder in io.streamthoughts.azkarra.api
Method parameters in io.streamthoughts.azkarra.api with type arguments of type ApplicationIdBuilder Modifier and Type Method Description StreamsExecutionEnvironment
StreamsExecutionEnvironment. setApplicationIdBuilder(Supplier<ApplicationIdBuilder> supplier)
Sets theApplicationIdBuilder
that should be used for building streamsapplication.id
. -
Uses of ApplicationIdBuilder in io.streamthoughts.azkarra.runtime.env
Method parameters in io.streamthoughts.azkarra.runtime.env with type arguments of type ApplicationIdBuilder Modifier and Type Method Description StreamsExecutionEnvironment
DefaultStreamsExecutionEnvironment. setApplicationIdBuilder(Supplier<ApplicationIdBuilder> supplier)
Sets theApplicationIdBuilder
that should be used for building streamsapplication.id
. -
Uses of ApplicationIdBuilder in io.streamthoughts.azkarra.runtime.streams
Classes in io.streamthoughts.azkarra.runtime.streams that implement ApplicationIdBuilder Modifier and Type Class Description class
DefaultApplicationIdBuilder
The defaultApplicationIdBuilder
implementation.
-