Uses of Class
io.streamthoughts.azkarra.api.Executed
-
Packages that use Executed Package Description io.streamthoughts.azkarra.api -
-
Uses of Executed in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return Executed Modifier and Type Method Description static ExecutedExecuted. as(String name)Static helper that can be used to creates a newExecutedinstance with the specified streams name.static ExecutedExecuted. as(String name, String description)Static helper that can be used to creates a newExecutedinstance with the specified streams name and description.static ExecutedExecuted. with(Conf conf)Static helper that can be used to creates a newExecutedinstance with the specified streams name and configuration.ExecutedExecuted. withConfig(Conf config)Returns a newExecutedwith the specified config.ExecutedExecuted. withDescription(String description)Returns a newExecutedwith the specified description.ExecutedExecuted. withInterceptor(Supplier<StreamsLifecycleInterceptor> interceptor)Returns a newExecutedwith the specified interceptor.ExecutedExecuted. withInterceptors(List<Supplier<StreamsLifecycleInterceptor>> interceptors)Returns a newExecutedwith the specified interceptors.ExecutedExecuted. withKafkaStreamsFactory(Supplier<KafkaStreamsFactory> factory)Returns a newExecutedwith the specifiedKafkaStreamsfactory.ExecutedExecuted. withName(String name)Returns a newExecutedwith the specified name.Methods in io.streamthoughts.azkarra.api with parameters of type Executed Modifier and Type Method Description ApplicationIdAzkarraContext. addTopology(Class<? extends TopologyProvider> type, Executed executed)Adds a topology to the default environment of this context.ApplicationIdAzkarraContext. addTopology(Class<? extends TopologyProvider> type, String environment, Executed executed)Adds a topology to a specified environment.ApplicationIdAzkarraContext. addTopology(String type, Executed executed)Adds a topology to the default environment of this context.ApplicationIdAzkarraContext. addTopology(String type, String environment, Executed executed)Adds a topology to a specified environment.ApplicationIdAzkarraContext. addTopology(String type, String version, String environment, Executed executed)Adds a topology to a specified environment.ApplicationIdStreamsExecutionEnvironment. addTopology(Supplier<TopologyProvider> provider, Executed executed)Add a newTopologyProviderinstance to thisStreamsExecutionEnvironmentto be started.ApplicationIdAzkarraStreamsService. startStreamsTopology(String topologyType, String topologyVersion, String env, Executed executed)Creates and starts a new streams job for the specified topology into the specified environment.Constructors in io.streamthoughts.azkarra.api with parameters of type Executed Constructor Description Executed(Executed executed)
-