Uses of Enum Class
io.camunda.zeebe.streamprocessor.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.streamprocessor
Methods in io.camunda.zeebe.streamprocessor 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.streamprocessor that return types with arguments of type StreamProcessor.PhaseMethods in io.camunda.zeebe.streamprocessor with parameters of type StreamProcessor.PhaseModifier and TypeMethodDescriptionvoidStreamProcessorContext.streamProcessorPhase(StreamProcessor.Phase phase) Constructor parameters in io.camunda.zeebe.streamprocessor with type arguments of type StreamProcessor.PhaseModifierConstructorDescriptionProcessingScheduleServiceImpl(Supplier<StreamProcessor.Phase> streamProcessorPhaseSupplier, BooleanSupplier abortCondition, Supplier<ActorFuture<LogStreamBatchWriter>> writerAsyncSupplier)