@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface EndSaga
SagaEventHandler
method indicates the end of a
Saga instance's lifecycle. When event handling completes, the Saga is destroyed and may no longer receive events.
This annotation can only appear on methods that have been annotated with @SagaEventHandler
.Copyright © 2010–2017. All rights reserved.