Uses of Class
io.zeebe.engine.processing.streamprocessor.StreamProcessor.Phase
-
Packages that use StreamProcessor.Phase Package Description io.zeebe.engine.processing.streamprocessor -
-
Uses of StreamProcessor.Phase in io.zeebe.engine.processing.streamprocessor
Methods in io.zeebe.engine.processing.streamprocessor that return StreamProcessor.Phase Modifier and Type Method Description static StreamProcessor.PhaseStreamProcessor.Phase. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamProcessor.Phase[]StreamProcessor.Phase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.zeebe.engine.processing.streamprocessor that return types with arguments of type StreamProcessor.Phase Modifier and Type Method Description ActorFuture<StreamProcessor.Phase>StreamProcessor. getCurrentPhase()
-