Class/Object

scredis.io

ListenerActor

Related Docs: object ListenerActor | package io

Permalink

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. 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, failCommandOnConnecting: Boolean)

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

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. def always: Receive

    Permalink
    Attributes
    protected
  5. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  6. def aroundPostStop(): Unit

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

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

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

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def awaitingDecodersShutdown: Receive

    Permalink
  12. def become(state: Receive): Unit

    Permalink
    Attributes
    protected
  13. def clone(): AnyRef

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

    Permalink
  15. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  16. var database: Int

    Permalink
  17. var decoders: Router

    Permalink
    Attributes
    protected
  18. var decodersCount: Int

    Permalink
  19. val decodingSubscription: Option[Subscription]

    Permalink
    Attributes
    protected
  20. def doSend(request: Request[_]): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def fail: Receive

    Permalink
    Attributes
    protected
  24. def failAllQueuedRequests(throwable: Throwable): Unit

    Permalink
    Attributes
    protected
  25. def failAllSentRequests(throwable: Throwable): Unit

    Permalink
    Attributes
    protected
  26. def finalize(): Unit

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

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

    Permalink
    Attributes
    protected
  29. def handleReceiveTimeout(): Unit

    Permalink
    Attributes
    protected
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. def initialized: Receive

    Permalink
  32. def initializing: Receive

    Permalink
  33. var ioActor: ActorRef

    Permalink
    Attributes
    protected
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. def log: LoggingAdapter

    Permalink
    Definition Classes
    ActorLogging
  36. var nameOpt: Option[String]

    Permalink
  37. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  40. def onConnect(): Unit

    Permalink
    Attributes
    protected
  41. def onInitialized(): Unit

    Permalink
    Attributes
    protected
  42. var passwordOpt: Option[String]

    Permalink
  43. def postRestart(reason: Throwable): Unit

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

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

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

    Permalink
    Definition Classes
    ListenerActor → Actor
  47. def queue: Receive

    Permalink
    Attributes
    protected
  48. val queuedRequests: LinkedList[Request[_]]

    Permalink
    Attributes
    protected
  49. def receive: Receive

    Permalink
    Definition Classes
    ListenerActor → Actor
  50. def receiveData(data: ByteString): Int

    Permalink
    Attributes
    protected
  51. def reconnect(): Unit

    Permalink
    Attributes
    protected
  52. def reconnecting: Receive

    Permalink
  53. val requests: LinkedList[Request[_]]

    Permalink
    Attributes
    protected
  54. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  55. def send(requests: Request[_]*): Unit

    Permalink
    Attributes
    protected
  56. def sendAllQueuedRequests(): Unit

    Permalink
    Attributes
    protected
  57. def sendReceive: Receive

    Permalink
    Attributes
    protected
  58. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  59. def shutdown(): Unit

    Permalink
    Attributes
    protected
  60. def shuttingDown: Receive

    Permalink
  61. val supervisorStrategy: SupervisorStrategy

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  64. def unhandled: Receive

    Permalink
    Attributes
    protected
  65. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  66. final def wait(): Unit

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

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

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

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped