colossus.controller

StaticOutputController

trait StaticOutputController[E <: Encoding] extends BaseController[E]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StaticOutputController
  2. BaseController
  3. DownstreamEventHandler
  4. HasDownstream
  5. DownstreamEvents
  6. WorkerItemEvents
  7. UpstreamEventHandler
  8. HasUpstream
  9. UpstreamEvents
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def codec: Codec[E]

    Definition Classes
    BaseController
  2. abstract def controllerConfig: ControllerConfig

    Definition Classes
    BaseController
  3. abstract def downstream: ControllerDownstream[E]

    Definition Classes
    HasDownstream
  4. abstract def fatalError(reason: Throwable, kill: Boolean): Unit

    Definition Classes
    BaseController
  5. abstract def incoming: Sink[E.Input]

    Definition Classes
    BaseController
  6. implicit abstract val namespace: MetricNamespace

    Definition Classes
    BaseController

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

  8. def clone(): AnyRef

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

  10. def connectionClosed(cause: DisconnectCause): Unit

    Attributes
    protected
  11. def connectionLost(cause: DisconnectError): Unit

    Attributes
    protected
  12. def connectionTerminated(reason: DisconnectCause): Unit

  13. def context: Context

  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

  20. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  24. 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
  25. def onConnected(): Unit

  26. def onConnectionTerminated(reason: DisconnectCause): Unit

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

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

    Attributes
    protected
    Definition Classes
    DownstreamEvents
  29. def onShutdown(): Unit

    Attributes
    protected
    Definition Classes
    UpstreamEvents
  30. 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
  31. val outgoing: PipeCircuitBreaker[E.Output, E.Output]

  32. def readyForData(buffer: DataOutBuffer): Product with Serializable with MoreDataResult

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

    Definition Classes
    HasUpstream
  35. def shutdown(): Unit

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

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

  39. lazy val upstream: CoreUpstream

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def writesEnabled: Boolean

Inherited from BaseController[E]

Inherited from HasDownstream[ControllerDownstream[E]]

Inherited from DownstreamEvents

Inherited from WorkerItemEvents

Inherited from HasUpstream[CoreUpstream]

Inherited from UpstreamEvents

Inherited from AnyRef

Inherited from Any

Ungrouped