Uses of Interface
org.frankframework.functional.ThrowingRunnable
Packages that use ThrowingRunnable
-
Uses of ThrowingRunnable in org.frankframework.jta
Methods in org.frankframework.jta with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionstatic <T,
R, E extends Exception>
booleanTransactionConnectorCoordinator.onEndChildThread
(ThrowingRunnable<E> action) Execute an action when the thread ends, if it is guarded by a TransactionConnectorMethod parameters in org.frankframework.jta with type arguments of type ThrowingRunnableModifier and TypeMethodDescriptionvoid
TransactionConnector.onEndChildThread
(List<ThrowingRunnable<?>> actions)