Uses of Interface
io.streamthoughts.azkarra.api.StreamsLifecycleInterceptor
-
Packages that use StreamsLifecycleInterceptor Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.api.streams io.streamthoughts.azkarra.api.streams.topology -
-
Uses of StreamsLifecycleInterceptor in io.streamthoughts.azkarra.api
Fields in io.streamthoughts.azkarra.api with type parameters of type StreamsLifecycleInterceptor Modifier and Type Field Description protected List<Supplier<StreamsLifecycleInterceptor>>Executed. interceptorsMethod parameters in io.streamthoughts.azkarra.api with type arguments of type StreamsLifecycleInterceptor Modifier and Type Method Description StreamsExecutionEnvironmentStreamsExecutionEnvironment. addStreamsLifecycleInterceptor(Supplier<StreamsLifecycleInterceptor> interceptor)Adds a streams interceptor hat will set to allKafkaStreamsinstance created in thisStreamsExecutionEnvironment.ExecutedExecuted. withInterceptor(Supplier<StreamsLifecycleInterceptor> interceptor)Returns a newExecutedwith the specified interceptor.ExecutedExecuted. withInterceptors(List<Supplier<StreamsLifecycleInterceptor>> interceptors)Returns a newExecutedwith the specified interceptors. -
Uses of StreamsLifecycleInterceptor in io.streamthoughts.azkarra.api.streams
Methods in io.streamthoughts.azkarra.api.streams with parameters of type StreamsLifecycleInterceptor Modifier and Type Method Description voidInternalStreamsLifeCycleChain.Callback. execute(StreamsLifecycleInterceptor interceptor, StreamsLifecycleChain chain)Constructor parameters in io.streamthoughts.azkarra.api.streams with type arguments of type StreamsLifecycleInterceptor Constructor Description InternalStreamsLifeCycleChain(Iterator<StreamsLifecycleInterceptor> interceptors, InternalStreamsLifeCycleChain.Callback callback, Runnable runnable)Creates a newInternalStreamsLifeCycleChaininstance. -
Uses of StreamsLifecycleInterceptor in io.streamthoughts.azkarra.api.streams.topology
Methods in io.streamthoughts.azkarra.api.streams.topology that return types with arguments of type StreamsLifecycleInterceptor Modifier and Type Method Description List<StreamsLifecycleInterceptor>TopologyContainer. interceptors()Constructor parameters in io.streamthoughts.azkarra.api.streams.topology with type arguments of type StreamsLifecycleInterceptor Constructor Description TopologyContainer(org.apache.kafka.streams.Topology topology, ApplicationId applicationId, Conf streamsConfig, TopologyMetadata metadata, List<StreamsLifecycleInterceptor> interceptors)Creates a newTopologyContainerinstance.
-