public class CrdbTransactionRetryInterceptor extends CommandInterceptor
CrdbTransactionRetryException
). The
interceptor then retries the Command multiple times, according to the
retries set by the ProcessEngineConfigurationImpl
commandRetries property.Modifier and Type | Field and Description |
---|---|
protected int |
retries |
next
Constructor and Description |
---|
CrdbTransactionRetryInterceptor(int retries) |
Modifier and Type | Method and Description |
---|---|
<T> T |
execute(Command<T> command) |
protected boolean |
isRetryable(Command<?> command) |
getNext, setNext
Copyright © 2022. All rights reserved.