Uses of Enum Class
io.camunda.zeebe.stream.impl.StreamProcessor.Phase
Packages that use StreamProcessor.Phase
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of StreamProcessor.Phase in io.camunda.zeebe.stream.impl
Methods in io.camunda.zeebe.stream.impl that return StreamProcessor.PhaseModifier and TypeMethodDescriptionStreamProcessorContext.getStreamProcessorPhase()static StreamProcessor.PhaseReturns the enum constant of this class with the specified name.static StreamProcessor.Phase[]StreamProcessor.Phase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.stream.impl that return types with arguments of type StreamProcessor.PhaseMethods in io.camunda.zeebe.stream.impl with parameters of type StreamProcessor.PhaseModifier and TypeMethodDescriptionvoidStreamProcessorContext.streamProcessorPhase(StreamProcessor.Phase phase) Constructor parameters in io.camunda.zeebe.stream.impl with type arguments of type StreamProcessor.PhaseModifierConstructorDescriptionProcessingScheduleServiceImpl(Supplier<StreamProcessor.Phase> streamProcessorPhaseSupplier, BooleanSupplier abortCondition, Supplier<ActorFuture<LogStreamWriter>> writerAsyncSupplier)