Package akka.actor.typed.delivery
Class DurableProducerQueue.LoadState$
- java.lang.Object
-
- akka.actor.typed.delivery.DurableProducerQueue.LoadState$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DurableProducerQueue
public static class DurableProducerQueue.LoadState$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DurableProducerQueue.LoadState$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description LoadState$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> DurableProducerQueue.LoadState<A>
apply(ActorRef<DurableProducerQueue.State<A>> replyTo)
java.lang.String
toString()
<A> scala.Option<ActorRef<DurableProducerQueue.State<A>>>
unapply(DurableProducerQueue.LoadState<A> x$0)
-
-
-
Field Detail
-
MODULE$
public static final DurableProducerQueue.LoadState$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
apply
public <A> DurableProducerQueue.LoadState<A> apply(ActorRef<DurableProducerQueue.State<A>> replyTo)
-
unapply
public <A> scala.Option<ActorRef<DurableProducerQueue.State<A>>> unapply(DurableProducerQueue.LoadState<A> x$0)
-
-