colossus.core

CoreDownstream

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
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def context: Context

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

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

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bind(): Unit

    Definition Classes
    DownstreamEvents
  8. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def onBind(): Unit

    Called when the item is bound to a worker.

    Called when the item is bound to a worker.

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

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

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

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

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

    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
  27. def receivedMessage(message: Any, sender: ActorRef): Unit

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

    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
  28. def setUpstream(up: CoreUpstream): Unit

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

    Definition Classes
    AnyRef
  30. def toString(): String

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

    Definition Classes
    DownstreamEvents
  32. lazy val upstream: CoreUpstream

    Definition Classes
    HasUpstream
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DownstreamEvents

Inherited from WorkerItemEvents

Inherited from HasUpstream[CoreUpstream]

Inherited from AnyRef

Inherited from Any

Ungrouped