Uses of Interface
io.camunda.zeebe.stream.api.StreamProcessorLifecycleAware
Packages that use StreamProcessorLifecycleAware
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of StreamProcessorLifecycleAware in io.camunda.zeebe.stream.api
Methods in io.camunda.zeebe.stream.api that return types with arguments of type StreamProcessorLifecycleAwareMethod parameters in io.camunda.zeebe.stream.api with type arguments of type StreamProcessorLifecycleAwareModifier and TypeMethodDescriptionvoidRecordProcessorContext.addLifecycleListeners(List<StreamProcessorLifecycleAware> lifecycleListeners) -
Uses of StreamProcessorLifecycleAware in io.camunda.zeebe.stream.impl
Methods in io.camunda.zeebe.stream.impl that return types with arguments of type StreamProcessorLifecycleAwareModifier and TypeMethodDescriptionRecordProcessorContextImpl.getLifecycleListeners()StreamProcessorBuilder.getLifecycleListeners()Methods in io.camunda.zeebe.stream.impl with parameters of type StreamProcessorLifecycleAwareModifier and TypeMethodDescriptionvoidStreamProcessorBuilder.addLifecycleListener(StreamProcessorLifecycleAware lifecycleAware) Method parameters in io.camunda.zeebe.stream.impl with type arguments of type StreamProcessorLifecycleAwareModifier and TypeMethodDescriptionvoidRecordProcessorContextImpl.addLifecycleListeners(List<StreamProcessorLifecycleAware> lifecycleListeners)