Instance Constructors
-
new
SubscriberAkkaConnection(subscription: Subscription, system: ActorSystem, host: String, port: Int, authOpt: Option[AuthConfig], 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, username: Option[String]): Future[Unit]
-
-
def
clone(): AnyRef
-
-
var
database: Int
-
val
decodersCount: Int
-
-
-
-
-
final
def
getClass(): Class[_]
-
def
getDatabase: Int
-
def
getNameOpt: Option[String]
-
def
hashCode(): Int
-
val
host: String
-
final
def
isInstanceOf[T0]: Boolean
-
var
isShuttingDown: Boolean
-
def
isTerminated: Boolean
-
val
listenerActor: ActorRef
-
lazy val
logger: Logger
-
val
maxWriteBatchSize: Int
-
var
nameOpt: Option[String]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
port: Int
-
-
def
sendAsSubscriber(request: Request[_]): Future[Int]
-
def
setName(name: String): Future[Unit]
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
val
tcpReceiveBufferSizeHint: Int
-
val
tcpSendBufferSizeHint: Int
-
def
toString(): String
-
def
updateState(request: Request[_]): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
watchTermination(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from LazyLogging
This trait represents a subscriber connection to a
Redis
server.