Instance Constructors
-
new
SubscriberAkkaConnection(system: ActorSystem, host: String, port: Int, passwordOpt: Option[String], nameOpt: Option[String], decodersCount: Int, receiveTimeoutOpt: Option[FiniteDuration], connectTimeout: FiniteDuration, maxWriteBatchSize: Int, tcpSendBufferSizeHint: Int, tcpReceiveBufferSizeHint: Int, akkaListenerDispatcherPath: String, akkaIODispatcherPath: String, akkaDecoderDispatcherPath: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
akkaDecoderDispatcherPath: String
-
val
akkaIODispatcherPath: String
-
val
akkaListenerDispatcherPath: String
-
final
def
asInstanceOf[T0]: T0
-
def
authenticate(password: String): Future[Unit]
-
def
awaitTermination(timeout: Duration = Duration.Inf): Unit
-
def
clone(): AnyRef
-
val
connectTimeout: FiniteDuration
-
var
database: Int
-
val
decodersCount: Int
-
implicit
val
dispatcher: ExecutionContextExecutor
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getDatabase: Int
-
def
getNameOpt: Option[String]
-
def
getPasswordOpt: Option[String]
-
def
hashCode(): Int
-
val
host: String
-
final
def
isInstanceOf[T0]: Boolean
-
var
isShuttingDown: Boolean
-
val
listenerActor: ActorRef
-
lazy val
logger: Logger
-
val
maxWriteBatchSize: Int
-
var
nameOpt: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
var
passwordOpt: Option[String]
-
val
port: Int
-
val
receiveTimeoutOpt: Option[FiniteDuration]
-
def
sendAsSubscriber(request: Request[_]): Future[Int]
-
def
setName(name: String): Future[Unit]
-
def
setSubscription(subscription: Subscription): Unit
-
def
shutdown(): Future[Unit]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
system: ActorSystem
-
val
tcpReceiveBufferSizeHint: Int
-
val
tcpSendBufferSizeHint: Int
-
def
toString(): String
-
def
updateState(request: Request[_]): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
watchTermination(): Unit
Inherited from LazyLogging
Inherited from AnyRef
Inherited from Any
This trait represents a subscriber connection to a
Redis
server.