This Participant should finalize any work associated with the specified Coordination. @param coordination The Coordination that has terminated normally. @throws Exception If this Participant throws an exception, the{@link Coordinator} service should log the exception. The{@link Coordination#end()} method which is notifying thisParticipant must continue notification of other registered Participants. When this is completed, the {@link Coordination#end()} method must throw aCoordinationException of type {@link CoordinationException#PARTIALLY_ENDED}.
|
|