final class RedisConnectionActor extends Actor with ActorLazyLogging
- Self Type
- RedisConnectionActor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RedisConnectionActor
- ActorLazyLogging
- Actor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RedisConnectionActor(address: NodeAddress, config: ConnectionConfig)
Type Members
-
type
Receive = PartialFunction[Any, Unit]
- Definition Classes
- Actor
Value Members
-
implicit
val
context: ActorContext
- Definition Classes
- Actor
-
def
postRestart(reason: Throwable): Unit
- Definition Classes
- Actor
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
postStop(): Unit
- Definition Classes
- Actor
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
preRestart(reason: Throwable, message: Option[Any]): Unit
- Definition Classes
- Actor
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
preStart(): Unit
- Definition Classes
- Actor
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
receive: Receive
- Definition Classes
- RedisConnectionActor → Actor
-
implicit final
val
self: ActorRef
- Definition Classes
- Actor
-
final
def
sender(): ActorRef
- Definition Classes
- Actor
-
def
supervisorStrategy: SupervisorStrategy
- Definition Classes
- Actor
-
def
unhandled(message: Any): Unit
- Definition Classes
- Actor
-
object
log
- Definition Classes
- ActorLazyLogging