public interface RunnablesQueue
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the current queue of runnables.
|
void |
offer(Runnable runnable)
Offer a runnable to be run on transaction commit.
|
void |
runAndClear()
Runs the runnable code currently in the queue and then clears the queue.
|
void offer(Runnable runnable)
runnable - the runnable in playvoid clear()
void runAndClear()
Copyright © 2002-2023 Atlassian. All Rights Reserved.