public class CommandQueue extends Object
| Constructor and Description |
|---|
CommandQueue(BufferOps bufferOps) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
Optional<Runnable> |
pop() |
void |
push(Runnable command) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.