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. All

Instance Constructors

  1. new RedisSubscriberActor(address: InetSocketAddress, channels: Seq[String], patterns: Seq[String], 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[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  6. def aroundPostStop(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  7. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  8. def aroundPreStart(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit
    Attributes
    protected[akka]
    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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def initConnectedBuffer(): Unit
    Definition Classes
    RedisWorkerIO
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def log: LoggingAdapter
    Definition Classes
    ActorLogging
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def onAddressChanged(addr: InetSocketAddress): Unit
    Definition Classes
    RedisWorkerIO
  30. def onClosingConnectionClosed(): Unit
    Definition Classes
    RedisSubscriberActorRedisWorkerIO
  31. def onConnectWrite(): ByteString
    Definition Classes
    RedisSubscriberActorRedisWorkerIO
  32. def onConnected(cmd: Connected): Unit
    Definition Classes
    RedisWorkerIO
  33. 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
  34. def onConnectingCommandFailed(cmdFailed: CommandFailed): Unit
    Definition Classes
    RedisWorkerIO
  35. def onConnectionClosed(): Unit
    Definition Classes
    RedisSubscriberActorRedisWorkerIO
  36. def onConnectionClosed(c: ConnectionClosed): Unit
    Definition Classes
    RedisWorkerIO
  37. def onDataReceived(dataByteString: ByteString): Unit
    Definition Classes
    RedisSubscriberActorRedisWorkerIO
  38. def onDataReceivedOnClosingConnection(dataByteString: ByteString): Unit
    Definition Classes
    RedisSubscriberActorRedisWorkerIO
  39. def onDecodedReply(reply: RedisReply): Unit
    Definition Classes
    RedisSubscriberActorDecodeReplies
  40. def onErrorReply(error: Error): Unit
  41. def onWriteSent(): Unit
    Definition Classes
    RedisSubscriberActorRedisWorkerIO
  42. val partiallyDecoded: DecodeResult[Unit]
    Definition Classes
    DecodeReplies
  43. var patternsSubscribed: Set[String]
  44. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  45. def postStop(): Unit
    Definition Classes
    RedisWorkerIO → Actor
  46. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  47. def preStart(): Unit
    Definition Classes
    RedisSubscriberActorRedisWorkerIO → Actor
  48. def psubscribe(patterns: String*): Unit
  49. def punsubscribe(patterns: String*): Unit
  50. var readyToWrite: Boolean
    Definition Classes
    RedisWorkerIO
  51. def receive: PartialFunction[Any, Unit]
    Definition Classes
    RedisWorkerIO → Actor
  52. def reconnect(): Unit
    Definition Classes
    RedisWorkerIO
  53. def reconnectDuration: FiniteDuration
    Definition Classes
    RedisWorkerIO
  54. def restartConnection(): Unit
    Definition Classes
    RedisWorkerIO
  55. def scheduleReconnect(): Unit
    Definition Classes
    RedisWorkerIO
  56. implicit final val self: ActorRef
    Definition Classes
    Actor
  57. final def sender(): ActorRef
    Definition Classes
    Actor
  58. def subscribe(channels: String*): Unit
  59. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  60. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  61. val tcp: ActorRef
    Definition Classes
    RedisWorkerIO
  62. var tcpWorker: ActorRef
    Definition Classes
    RedisWorkerIO
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. def tryInitialWrite(): Unit
    Definition Classes
    RedisWorkerIO
  65. def tryWrite(): Unit
    Definition Classes
    RedisWorkerIO
  66. def unhandled(message: Any): Unit
    Definition Classes
    Actor
  67. def unsubscribe(channels: String*): Unit
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. def write(byteString: ByteString): Unit
    Definition Classes
    RedisWorkerIO
  72. def writing: Receive
    Definition Classes
    RedisSubscriberActorRedisWorkerIO

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from DecodeReplies

Inherited from RedisWorkerIO

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped