@ThreadSafe public interface AgentMessageQueue<T>
Modifier and Type | Interface and Description |
---|---|
static class |
AgentMessageQueue.Message<T> |
Modifier and Type | Method and Description |
---|---|
void |
add(T message) |
@Nullable AgentMessageQueue.Message<T> |
poll() |
void add(@NotNull T message)
@Nullable @Nullable AgentMessageQueue.Message<T> poll()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.