Class/Object

scredis.io

SubscriberListenerActor

Related Docs: object SubscriberListenerActor | package io

Permalink

class SubscriberListenerActor extends ListenerActor

Linear Supertypes
ListenerActor, LazyLogging, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubscriberListenerActor
  2. ListenerActor
  3. LazyLogging
  4. Actor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    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
    Definition Classes
    SubscriberListenerActorListenerActor
  5. def aroundPostRestart(reason: Throwable): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  11. def awaitingDecodersShutdown: Receive

    Permalink
    Definition Classes
    ListenerActor
  12. def become(state: Receive): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  13. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ListenerActor
  15. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  16. var database: Int

    Permalink
    Definition Classes
    ListenerActor
  17. var decoders: Router

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  18. var decodersCount: Int

    Permalink
    Definition Classes
    ListenerActor
  19. def doSend(request: Request[_]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  20. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  23. def failAllQueuedRequests(throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  24. def failAllSentRequests(throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  25. def finalize(): Unit

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SubscriberListenerActorListenerActor
  28. def handleReceiveTimeout(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  29. def hashCode(): Int

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

    Permalink
    Definition Classes
    ListenerActor
  31. def initializing: Receive

    Permalink
    Definition Classes
    ListenerActor
  32. var ioActor: ActorRef

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. lazy val logger: Logger

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

    Permalink
    Definition Classes
    ListenerActor
  36. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SubscriberListenerActorListenerActor
  40. def onInitialized(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SubscriberListenerActorListenerActor
  41. var passwordOpt: Option[String]

    Permalink
    Definition Classes
    ListenerActor
  42. def postRestart(reason: Throwable): Unit

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  47. val queuedRequests: LinkedList[Request[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  48. def receive: Receive

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

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  50. def reconnect(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  51. def reconnecting: Receive

    Permalink
    Definition Classes
    ListenerActor
  52. val requests: LinkedList[Request[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  53. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  54. def send: Receive

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

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  56. def sendAllQueuedRequests(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  57. final def sender(): ActorRef

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

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  59. def shuttingDown: Receive

    Permalink
    Definition Classes
    ListenerActor
  60. val supervisorStrategy: OneForOneStrategy

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  64. def unhandled(message: Any): Unit

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

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

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

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

Inherited from ListenerActor

Inherited from LazyLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped