Trait

colossus.core

CoreDownstream

Related Doc: package core

Permalink

trait CoreDownstream extends HasUpstream[CoreUpstream] with DownstreamEvents

These are the methods that the downstream neighbor of the CoreHandler must implement

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoreDownstream
  2. DownstreamEvents
  3. WorkerItemEvents
  4. HasUpstream
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def context: Context

    Permalink
    Definition Classes
    DownstreamEvents
  2. abstract def readyForData(buffer: DataOutBuffer): MoreDataResult

    Permalink
  3. abstract def receivedData(data: DataBuffer): Unit

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bind(): Unit

    Permalink
    Definition Classes
    DownstreamEvents
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def connected(): Unit

    Permalink
    Definition Classes
    DownstreamEvents
  8. def connectionTerminated(reason: DisconnectCause): Unit

    Permalink
    Definition Classes
    DownstreamEvents
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def idleCheck(period: FiniteDuration): Unit

    Permalink
    Definition Classes
    DownstreamEvents
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def onBind(): Unit

    Permalink

    Called when the item is bound to a worker.

    Called when the item is bound to a worker.

    Attributes
    protected
    Definition Classes
    WorkerItemEvents
  20. def onConnected(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DownstreamEvents
  21. def onConnectionTerminated(reason: DisconnectCause): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DownstreamEvents
  22. def onIdleCheck(period: FiniteDuration): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DownstreamEvents
  23. def onReceivedMessage(sender: ActorRef, message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DownstreamEvents
  24. def onUnbind(): Unit

    Permalink

    Called when the item has been unbound from a worker

    Called when the item has been unbound from a worker

    Attributes
    protected
    Definition Classes
    WorkerItemEvents
  25. def receivedMessage(message: Any, sender: ActorRef): Unit

    Permalink

    Provides a way to send this WorkerItem a message from an Actor by way of WorkerCommand.Message.

    Provides a way to send this WorkerItem a message from an Actor by way of WorkerCommand.Message.

    message

    The message that was sent

    sender

    The sender who sent the message

    Definition Classes
    DownstreamEventsWorkerItemEvents
  26. def setUpstream(up: CoreUpstream): Unit

    Permalink
    Definition Classes
    HasUpstream
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def unbind(): Unit

    Permalink
    Definition Classes
    DownstreamEvents
  30. lazy val upstream: CoreUpstream

    Permalink
    Definition Classes
    HasUpstream
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DownstreamEvents

Inherited from WorkerItemEvents

Inherited from HasUpstream[CoreUpstream]

Inherited from AnyRef

Inherited from Any

Ungrouped