Package akka.stream.actor
Class ActorPublisherState
- java.lang.Object
-
- akka.stream.actor.ActorPublisherState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ActorPublisherState.State
static class
ActorPublisherState.State$
-
Constructor Summary
Constructors Constructor Description ActorPublisherState()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static T
apply(ActorSystem system)
static T
apply(ClassicActorSystemProvider system)
static ActorPublisherState
createExtension(ExtendedActorSystem system)
static boolean
equals(java.lang.Object other)
scala.Option<ActorPublisherState.State>
get(ActorRef ref)
static int
hashCode()
static ActorPublisherState$
lookup()
void
remove(ActorRef ref)
void
set(ActorRef ref, ActorPublisherState.State s)
-
-
-
Method Detail
-
lookup
public static ActorPublisherState$ lookup()
-
createExtension
public static ActorPublisherState createExtension(ExtendedActorSystem system)
-
apply
public static T apply(ActorSystem system)
-
apply
public static T apply(ClassicActorSystemProvider system)
-
hashCode
public static final int hashCode()
-
equals
public static final boolean equals(java.lang.Object other)
-
get
public scala.Option<ActorPublisherState.State> get(ActorRef ref)
-
set
public void set(ActorRef ref, ActorPublisherState.State s)
-
remove
public void remove(ActorRef ref)
-
-