Modifier and Type | Class and Description |
---|---|
static class |
ActorSubscriberState.State |
static class |
ActorSubscriberState.State$ |
Constructor and Description |
---|
ActorSubscriberState() |
Modifier and Type | Method and Description |
---|---|
static ActorSubscriberState |
createExtension(ExtendedActorSystem system) |
scala.Option<ActorSubscriberState.State> |
get(ActorRef ref) |
static ActorSubscriberState$ |
lookup() |
void |
remove(ActorRef ref) |
void |
set(ActorRef ref,
ActorSubscriberState.State s) |
public static ActorSubscriberState$ lookup()
public static ActorSubscriberState createExtension(ExtendedActorSystem system)
public scala.Option<ActorSubscriberState.State> get(ActorRef ref)
public void set(ActorRef ref, ActorSubscriberState.State s)
public void remove(ActorRef ref)