public interface KSequencerListener
KSequencers
eventsModifier and Type | Method and Description |
---|---|
void |
abort()
Called to abort the listener operation if an error has occurred in
the parent transaction
|
String |
id() |
void |
sequencingCompleted()
Will be called when all sequencers have been executed
|
void |
sequencingError(Exception exception)
Will be called if the sequencers encounter an error
|
UnitOfWorkDelegate |
session() |
String id()
UnitOfWorkDelegate session()
void sequencingCompleted()
void sequencingError(Exception exception)
exception
- error encounteredvoid abort()
Copyright © 2013–2019. All rights reserved.