public static class Association.DisabledQueueWrapper$ extends java.lang.Object implements Association.QueueWrapper
| Modifier and Type | Field and Description |
|---|---|
static Association.DisabledQueueWrapper$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
DisabledQueueWrapper$() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled() |
boolean |
offer(OutboundEnvelope message) |
java.util.Queue<OutboundEnvelope> |
queue() |
public static final Association.DisabledQueueWrapper$ MODULE$
public java.util.Queue<OutboundEnvelope> queue()
queue in interface Association.QueueWrapperpublic boolean offer(OutboundEnvelope message)
offer in interface SendQueue.ProducerApi<OutboundEnvelope>public boolean isEnabled()
isEnabled in interface SendQueue.ProducerApi<OutboundEnvelope>