Uses of Interface
io.streamthoughts.azkarra.api.StreamsLifecycleContext
-
Packages that use StreamsLifecycleContext Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.api.streams.internal -
-
Uses of StreamsLifecycleContext in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api with parameters of type StreamsLifecycleContext 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 StreamsLifecycleContext in io.streamthoughts.azkarra.api.streams.internal
Classes in io.streamthoughts.azkarra.api.streams.internal that implement StreamsLifecycleContext Modifier and Type Class Description classInternalStreamsLifecycleContextInternalStreamsLifecycleContextimplementation.
-