Uses of Interface
io.streamthoughts.azkarra.api.StreamsLifecycleChain
-
Packages that use StreamsLifecycleChain Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.api.streams -
-
Uses of StreamsLifecycleChain in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api with parameters of type StreamsLifecycleChain Modifier and Type Method Description default voidStreamsLifecycleInterceptor. onStart(StreamsLifecycleContext context, StreamsLifecycleChain chain)Intercepts the streams instance before being started.default voidStreamsLifecycleInterceptor. onStop(StreamsLifecycleContext context, StreamsLifecycleChain chain)Intercepts the streams instance before being stopped. -
Uses of StreamsLifecycleChain in io.streamthoughts.azkarra.api.streams
Classes in io.streamthoughts.azkarra.api.streams that implement StreamsLifecycleChain Modifier and Type Class Description classInternalStreamsLifeCycleChainMethods in io.streamthoughts.azkarra.api.streams with parameters of type StreamsLifecycleChain Modifier and Type Method Description voidInternalStreamsLifeCycleChain.Callback. execute(StreamsLifecycleInterceptor interceptor, StreamsLifecycleChain chain)
-