Package akka.remote.artery
Interface Association.QueueWrapper
-
- All Superinterfaces:
SendQueue.ProducerApi<OutboundEnvelope>
- All Known Implementing Classes:
Association.DisabledQueueWrapper$
,Association.LazyQueueWrapper
,Association.QueueWrapperImpl
,Association.RemovedQueueWrapper$
- Enclosing class:
- Association
public static interface Association.QueueWrapper extends SendQueue.ProducerApi<OutboundEnvelope>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Queue<OutboundEnvelope>
queue()
-
Methods inherited from interface akka.remote.artery.SendQueue.ProducerApi
isEnabled, offer
-
-
-
-
Method Detail
-
queue
java.util.Queue<OutboundEnvelope> queue()
-
-