Instance Constructors
-
new
DeliveryProducerRoute
(router: Router)
Abstract Value Members
-
def
dispatch_queue
: DispatchQueue
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
bind
(consumers: List[DeliveryConsumer]): Unit
-
def
clone
(): AnyRef
-
def
collocate
(value: DispatchQueue): Unit
-
-
def
connected
(): Unit
-
-
def
disconnected
(): Unit
-
val
drainer
: Task
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
flatMap
[Y]
(func: (Y) ⇒ Option[Delivery]): Sink[Y]
-
def
full
: Boolean
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
map
[Y]
(func: (Y) ⇒ Delivery): Sink[Y]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
offer
(delivery: Delivery): Boolean
-
def
on_connected
: Unit
-
def
on_disconnected
: Unit
-
-
-
-
val
reained_base
: BaseRetained
-
var
refiller
: Task
-
def
release
(): Unit
-
def
retain
(): Unit
-
def
retained
(): Int
-
def
send_buffer_size
: Int
-
val
store
: Store
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
-
def
toString
(): String
-
def
unbind
(targets: List[DeliveryConsumer]): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Retained
Inherited from AnyRef
Inherited from Any