Uses of Interface
org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.Phase
Packages that use ProcessingLifecycle.Phase
-
Uses of ProcessingLifecycle.Phase in org.axonframework.messaging.core.unitofwork
Classes in org.axonframework.messaging.core.unitofwork that implement ProcessingLifecycle.PhaseModifier and TypeClassDescriptionstatic enumDefault phases used for the shorthand methods in theProcessingLifecycle.Methods in org.axonframework.messaging.core.unitofwork with parameters of type ProcessingLifecycle.PhaseModifier and TypeMethodDescriptionvoidProcessingLifecycle.ErrorHandler.handle(ProcessingContext processingContext, ProcessingLifecycle.Phase phase, Throwable error) Invoked when an error is detected in aProcessingLifecycleand it has been aborted.default booleanProcessingLifecycle.Phase.isAfter(ProcessingLifecycle.Phase other) default booleanProcessingLifecycle.Phase.isBefore(ProcessingLifecycle.Phase other) LegacyMessageSupportingContext.on(ProcessingLifecycle.Phase phase, Function<ProcessingContext, CompletableFuture<?>> action) Deprecated.ProcessingLifecycle.on(ProcessingLifecycle.Phase phase, Function<ProcessingContext, CompletableFuture<?>> action) Registers the providedactionto be executed in the givenphase.ResourceOverridingProcessingContext.on(ProcessingLifecycle.Phase phase, Function<ProcessingContext, CompletableFuture<?>> action) UnitOfWork.on(ProcessingLifecycle.Phase phase, Function<ProcessingContext, CompletableFuture<?>> action) default ProcessingLifecycleProcessingLifecycle.runOn(ProcessingLifecycle.Phase phase, Consumer<ProcessingContext> action) Registers the providedactionto be executed in the givenphase.ResourceOverridingProcessingContext.runOn(ProcessingLifecycle.Phase phase, Consumer<ProcessingContext> action)