public class SpringTxTimeoutRepository extends Object implements TxTimeoutRepository
| Modifier and Type | Method and Description |
|---|---|
List<TxTimeout> |
findFirstTimeout() |
void |
markTimeoutAsDone() |
void |
save(TxTimeout timeout) |
public void save(TxTimeout timeout)
save in interface TxTimeoutRepositorypublic void markTimeoutAsDone()
markTimeoutAsDone in interface TxTimeoutRepositorypublic List<TxTimeout> findFirstTimeout()
findFirstTimeout in interface TxTimeoutRepositoryCopyright © 2017–2018 The Apache Software Foundation. All rights reserved.