c

redis.actors

RedisSubscriberActor

abstract class RedisSubscriberActor extends RedisWorkerIO with DecodeReplies

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RedisSubscriberActor
  2. DecodeReplies
  3. RedisWorkerIO
  4. ActorLogging
  5. Actor
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RedisSubscriberActor(address: InetSocketAddress, channels: Seq[String], patterns: Seq[String], authUsername: Option[String] = None, authPassword: Option[String] = None, onConnectStatus: (Boolean) => Unit)

Type Members

  1. type Receive = PartialFunction[Any, Unit]
    Definition Classes
    Actor

Abstract Value Members

  1. abstract def onMessage(m: Message): Unit
  2. abstract def onPMessage(pm: PMessage): Unit

Concrete 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. val address: InetSocketAddress
    Definition Classes
    RedisWorkerIO
  5. def aroundPostRestart(reason: Throwable): Unit
    Attributes
    protected[pekko]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  6. def aroundPostStop(): Unit
    Attributes
    protected[pekko]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  7. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
    Attributes
    protected[pekko]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  8. def aroundPreStart(): Unit
    Attributes
    protected[pekko]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. def aroundReceive(receive: org.apache.pekko.actor.Actor.Receive, msg: Any): Unit
    Attributes
    protected[pekko]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val bufferWrite: ByteStringBuilder
    Definition Classes
    RedisWorkerIO
  12. var channelsSubscribed: Set[String]

    Keep states of channels and actor in case of connection reset

  13. def cleanState(): Unit
    Definition Classes
    RedisWorkerIO
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. def connected: Receive
    Definition Classes
    RedisWorkerIO
  16. def connecting: Receive
    Definition Classes
    RedisWorkerIO
  17. implicit val context: ActorContext
    Definition Classes
    Actor
  18. def decodeReplies(dataByteString: ByteString): Unit
    Definition Classes
    DecodeReplies
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def initConnectedBuffer(): Unit
    Definition Classes
    RedisWorkerIO
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def log: LoggingAdapter
    Definition Classes
    ActorLogging
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def onAddressChanged(addr: InetSocketAddress): Unit
    Definition Classes
    RedisWorkerIO
  31. def onClosingConnectionClosed(): Unit
    Definition Classes
    RedisSubscriberActorRedisWorkerIO
  32. def onConnectWrite(): ByteString
    Definition Classes
    RedisSubscriberActorRedisWorkerIO
  33. def onConnected(cmd: Connected): Unit
    Definition Classes
    RedisWorkerIO
  34. def onConnectedCommandFailed(commandFailed: CommandFailed): Unit

    O/S buffer was full Maybe to much data in the Command ?

    O/S buffer was full Maybe to much data in the Command ?

    Definition Classes
    RedisWorkerIO
  35. def onConnectingCommandFailed(cmdFailed: CommandFailed): Unit
    Definition Classes
    RedisWorkerIO
  36. def onConnectionClosed(): Unit
    Definition Classes
    RedisSubscriberActorRedisWorkerIO
  37. def onConnectionClosed(c: ConnectionClosed): Unit
    Definition Classes
    RedisWorkerIO
  38. def onDataReceived(dataByteString: ByteString): Unit
    Definition Classes
    RedisSubscriberActorRedisWorkerIO
  39. def onDataReceivedOnClosingConnection(dataByteString: ByteString): Unit
    Definition Classes
    RedisSubscriberActorRedisWorkerIO
  40. def onDecodedReply(reply: RedisReply): Unit
    Definition Classes
    RedisSubscriberActorDecodeReplies
  41. def onErrorReply(error: Error): Unit
  42. def onWriteSent(): Unit
    Definition Classes
    RedisSubscriberActorRedisWorkerIO
  43. val partiallyDecoded: DecodeResult[Unit]
    Definition Classes
    DecodeReplies
  44. var patternsSubscribed: Set[String]
  45. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  46. def postStop(): Unit
    Definition Classes
    RedisWorkerIO → Actor
  47. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  48. def preStart(): Unit
    Definition Classes
    RedisSubscriberActorRedisWorkerIO → Actor
  49. def psubscribe(patterns: String*): Unit
  50. def punsubscribe(patterns: String*): Unit
  51. var readyToWrite: Boolean
    Definition Classes
    RedisWorkerIO
  52. def receive: org.apache.pekko.actor.Actor.Receive
    Definition Classes
    RedisWorkerIO → Actor
  53. def reconnect(): Unit
    Definition Classes
    RedisWorkerIO
  54. def reconnectDuration: FiniteDuration
    Definition Classes
    RedisWorkerIO
  55. def restartConnection(): Unit
    Definition Classes
    RedisWorkerIO
  56. def scheduleReconnect(): Unit
    Definition Classes
    RedisWorkerIO
  57. implicit final val self: ActorRef
    Definition Classes
    Actor
  58. final def sender(): ActorRef
    Definition Classes
    Actor
  59. def subscribe(channels: String*): Unit
  60. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  61. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  62. val tcp: ActorRef
    Definition Classes
    RedisWorkerIO
  63. var tcpWorker: ActorRef
    Definition Classes
    RedisWorkerIO
  64. def toString(): String
    Definition Classes
    AnyRef → Any
  65. def tryInitialWrite(): Unit
    Definition Classes
    RedisWorkerIO
  66. def tryWrite(): Unit
    Definition Classes
    RedisWorkerIO
  67. def unhandled(message: Any): Unit
    Definition Classes
    Actor
  68. def unsubscribe(channels: String*): Unit
  69. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  70. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  72. def write(byteString: ByteString): Unit
    Definition Classes
    RedisWorkerIO
  73. def writing: Receive
    Definition Classes
    RedisSubscriberActorRedisWorkerIO

Inherited from DecodeReplies

Inherited from RedisWorkerIO

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped