Package io.streamthoughts.azkarra.api
Interface StreamsLifecycleChain
-
- All Known Implementing Classes:
InternalStreamsLifeCycleChain
public interface StreamsLifecycleChain
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute()
Executes the operation on the currentKafkaStreams
instance.
-