Class/Object

scredis.io

SubscriberListenerActor

Related Docs: object SubscriberListenerActor | package io

Permalink

class SubscriberListenerActor extends ListenerActor

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

Instance Constructors

  1. new SubscriberListenerActor(subscription: Subscription, 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
    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
    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. val decodingSubscription: Option[Subscription]

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

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  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
    Definition Classes
    ListenerActor
  24. def failAllQueuedRequests(throwable: Throwable): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  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
    Definition Classes
    SubscriberListenerActorListenerActor
  29. def handleReceiveTimeout(): Unit

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

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

    Permalink
    Definition Classes
    ListenerActor
  32. def initializing: Receive

    Permalink
    Definition Classes
    ListenerActor
  33. var ioActor: ActorRef

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

    Permalink
    Definition Classes
    Any
  35. def log: LoggingAdapter

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

    Permalink
    Definition Classes
    ListenerActor
  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
    Definition Classes
    SubscriberListenerActorListenerActor
  41. def onInitialized(): Unit

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

    Permalink
    Definition Classes
    ListenerActor
  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
    Definition Classes
    ListenerActor
  48. val queuedRequests: LinkedList[Request[_]]

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  57. def sendReceive: Receive

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

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

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

    Permalink
    Definition Classes
    ListenerActor
  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
    Definition Classes
    ListenerActor
  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 ListenerActor

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped