public interface SubUnitOfWork
SubUnitOfWorkCallback| Modifier and Type | Method and Description |
|---|---|
List<Exception> |
getExceptions()
If failed then a number of exceptions could have occurred, causing the
SubUnitOfWork to fail. |
boolean |
isFailed()
Is the
SubUnitOfWork marked as failed. |
boolean isFailed()
SubUnitOfWork marked as failed.List<Exception> getExceptions()
SubUnitOfWork to fail.Apache Camel