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