Package akka.remote.artery
Interface SendQueue.ProducerApi<T>
-
- All Known Subinterfaces:
Association.QueueWrapper
,SendQueue.QueueValue<T>
- All Known Implementing Classes:
Association.DisabledQueueWrapper$
,Association.LazyQueueWrapper
,Association.QueueWrapperImpl
,Association.RemovedQueueWrapper$
public static interface SendQueue.ProducerApi<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isEnabled()
boolean
offer(T message)
-
-
-
Method Detail
-
isEnabled
boolean isEnabled()
-
offer
boolean offer(T message)
-
-