class ListenerActor extends Actor with ActorLogging

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListenerActor
  2. ActorLogging
  3. Actor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ListenerActor(host: String, port: Int, authOpt: Option[AuthConfig], database: Int, nameOpt: Option[String], decodersCount: Int, receiveTimeoutOpt: Option[FiniteDuration], connectTimeout: FiniteDuration, maxWriteBatchSize: Int, tcpSendBufferSizeHint: Int, tcpReceiveBufferSizeHint: Int, akkaIODispatcherPath: String, akkaDecoderDispatcherPath: String, failCommandOnConnecting: Boolean)

Type Members

  1. type Receive = PartialFunction[Any, Unit]
    Definition Classes
    Actor

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def always: Receive
    Attributes
    protected
  5. def aroundPostRestart(reason: Throwable): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  6. def aroundPostStop(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  7. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  8. def aroundPreStart(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. var authOpt: Option[AuthConfig]
  12. def awaitingDecodersShutdown: Receive
  13. def become(state: Receive): Unit
    Attributes
    protected
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. def connecting: Receive
  16. implicit val context: ActorContext
    Definition Classes
    Actor
  17. var database: Int
  18. var decoders: Router
    Attributes
    protected
  19. var decodersCount: Int
  20. val decodingSubscription: Option[Subscription]
    Attributes
    protected
  21. def doSend(request: Request[_]): Unit
    Attributes
    protected
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def fail: Receive
    Attributes
    protected
  25. def failAllQueuedRequests(throwable: Throwable): Unit
    Attributes
    protected
  26. def failAllSentRequests(throwable: Throwable): Unit
    Attributes
    protected
  27. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def handleData(data: ByteString, responsesCount: Int): Unit
    Attributes
    protected
  30. def handleReceiveTimeout(): Unit
    Attributes
    protected
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def initialized: Receive
  33. def initializing: Receive
  34. var ioActor: ActorRef
    Attributes
    protected
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def log: LoggingAdapter
    Definition Classes
    ActorLogging
  37. var nameOpt: Option[String]
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def onConnect(): Unit
    Attributes
    protected
  42. def onInitialized(): Unit
    Attributes
    protected
  43. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  44. def postStop(): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  45. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  46. def preStart(): Unit
    Definition Classes
    ListenerActor → Actor
  47. def queue: Receive
    Attributes
    protected
  48. val queuedRequests: LinkedList[Request[_]]
    Attributes
    protected
  49. def receive: Receive
    Definition Classes
    ListenerActor → Actor
  50. def receiveData(data: ByteString): Int
    Attributes
    protected
  51. def reconnect(): Unit
    Attributes
    protected
  52. def reconnecting: Receive
  53. val requests: LinkedList[Request[_]]
    Attributes
    protected
  54. implicit final val self: ActorRef
    Definition Classes
    Actor
  55. def send(requests: Request[_]*): Unit
    Attributes
    protected
  56. def sendAllQueuedRequests(): Unit
    Attributes
    protected
  57. def sendReceive: Receive
    Attributes
    protected
  58. final def sender(): ActorRef
    Definition Classes
    Actor
  59. def shutdown(): Unit
    Attributes
    protected
  60. def shuttingDown: Receive
  61. val supervisorStrategy: SupervisorStrategy
    Definition Classes
    ListenerActor → Actor
  62. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. def unhandled: Receive
    Attributes
    protected
  65. def unhandled(message: Any): Unit
    Definition Classes
    Actor
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped