Class DurableProducerQueue.LoadState$
java.lang.Object
org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DurableProducerQueue
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DurableProducerQueue.LoadState$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(ActorRef<DurableProducerQueue.State<A>> replyTo) final StringtoString()<A> scala.Option<ActorRef<DurableProducerQueue.State<A>>>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
LoadState$
public LoadState$()
-
-
Method Details
-
toString
-
apply
-
unapply
public <A> scala.Option<ActorRef<DurableProducerQueue.State<A>>> unapply(DurableProducerQueue.LoadState<A> x$0)
-