public class TestQueueManager extends Object
| Constructor and Description |
|---|
TestQueueManager() |
| Modifier and Type | Method and Description |
|---|---|
int |
countPendingEvents(String configName) |
TestQueue |
get(String configName) |
org.mule.runtime.core.api.event.CoreEvent |
read(String configName,
long timeout,
TimeUnit timeUnit) |
TestQueue |
remove(String configName) |
void |
write(String configName,
org.mule.runtime.core.api.event.CoreEvent event) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.