scredis.io

ListenerActor

class ListenerActor extends Actor with LazyLogging

Linear Supertypes
LazyLogging, Logging, Actor, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ListenerActor
  2. LazyLogging
  3. Logging
  4. Actor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

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
  6. def aroundPostStop(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  7. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  8. def aroundPreStart(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def awaitingDecodersShutdown: Receive

  12. def become(state: Receive): Unit

    Attributes
    protected
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def connecting: Receive

  15. implicit val context: ActorContext

    Definition Classes
    Actor
  16. var database: Int

  17. var decoders: Router

    Attributes
    protected
  18. var decodersCount: Int

  19. def doSend(request: Request[_]): Unit

    Attributes
    protected
  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  22. def fail: Receive

    Attributes
    protected
  23. def failAllQueuedRequests(throwable: Throwable): Unit

    Attributes
    protected
  24. def failAllSentRequests(throwable: Throwable): Unit

    Attributes
    protected
  25. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  27. def handleData(data: ByteString, responsesCount: Int): Unit

    Attributes
    protected
  28. def handleReceiveTimeout(): Unit

    Attributes
    protected
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. def initialized: Receive

  31. def initializing: Receive

  32. var ioActor: ActorRef

    Attributes
    protected
  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. lazy val logger: Logger

    Attributes
    protected
    Definition Classes
    LazyLogging → Logging
  35. var nameOpt: Option[String]

  36. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  39. def onConnect(): Unit

    Attributes
    protected
  40. def onInitialized(): Unit

    Attributes
    protected
  41. var passwordOpt: Option[String]

  42. def postRestart(reason: Throwable): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  43. def postStop(): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  44. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  45. def preStart(): Unit

    Definition Classes
    ListenerActor → Actor
  46. def queue: Receive

    Attributes
    protected
  47. val queuedRequests: LinkedList[Request[_]]

    Attributes
    protected
  48. def receive: Receive

    Definition Classes
    ListenerActor → Actor
  49. def receive(data: ByteString): Int

    Attributes
    protected
  50. def reconnect(): Unit

    Attributes
    protected
  51. def reconnecting: Receive

  52. val requests: LinkedList[Request[_]]

    Attributes
    protected
  53. implicit final val self: ActorRef

    Definition Classes
    Actor
  54. def send: Receive

    Attributes
    protected
  55. def send(requests: Request[_]*): Unit

    Attributes
    protected
  56. def sendAllQueuedRequests(): Unit

    Attributes
    protected
  57. final def sender(): ActorRef

    Definition Classes
    Actor
  58. def shutdown(): Unit

    Attributes
    protected
  59. def shuttingDown: Receive

  60. val supervisorStrategy: OneForOneStrategy

    Definition Classes
    ListenerActor → Actor
  61. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  62. def toString(): String

    Definition Classes
    AnyRef → Any
  63. def unhandled: Receive

    Attributes
    protected
  64. def unhandled(message: Any): Unit

    Definition Classes
    Actor
  65. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from Logging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped