class EventBroker extends Broker[WatchedEvent] with Watcher
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventBroker
- Watcher
- Broker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EventBroker()
Value Members
- def !(msg: WatchedEvent): Future[Unit]
Send an item on the broker, returning a {{Future}} indicating completion.
Send an item on the broker, returning a {{Future}} indicating completion.
- Definition Classes
- Broker
- def !!(msg: WatchedEvent): Unit
Like {!}, but block until the item has been sent.
Like {!}, but block until the item has been sent.
- Definition Classes
- Broker
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ?: Future[WatchedEvent]
Retrieve an item from the broker, asynchronously.
Retrieve an item from the broker, asynchronously.
- Definition Classes
- Broker
- def ??: WatchedEvent
Retrieve an item from the broker, blocking.
Retrieve an item from the broker, blocking.
- Definition Classes
- Broker
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def process(event: WatchedEvent): Unit
- Definition Classes
- EventBroker → Watcher
- val recv: Offer[WatchedEvent]
- Definition Classes
- Broker
- def recvAndAwait(): WatchedEvent
- Definition Classes
- Broker
- See also
operator
??
- def recvAndSync(): Future[WatchedEvent]
- Definition Classes
- Broker
- See also
operator
?
- def send(msg: WatchedEvent): Offer[Unit]
- Definition Classes
- Broker
- def sendAndAwait(message: WatchedEvent): Unit
- Definition Classes
- Broker
- See also
operator
!!
- def sendAndSync(message: WatchedEvent): Future[Unit]
- Definition Classes
- Broker
- See also
operator
!
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()