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, authOpt: Option[AuthConfig], 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. var authOpt: Option[AuthConfig]

    Permalink
    Definition Classes
    ListenerActor
  12. def awaitingDecodersShutdown: Receive

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

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

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

    Permalink
    Definition Classes
    ListenerActor
  16. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  17. var database: Int

    Permalink
    Definition Classes
    ListenerActor
  18. var decoders: Router

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

    Permalink
    Definition Classes
    ListenerActor
  20. val decodingSubscription: Option[Subscription]

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ListenerActor
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  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
    Annotations
    @HotSpotIntrinsicCandidate()
  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
    Annotations
    @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SubscriberListenerActorListenerActor
  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 receiveData(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(requests: Request[_]*): Unit

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

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

    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: SupervisorStrategy

    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(arg0: Long, arg1: Int): Unit

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

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

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ListenerActor

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped