Class WorkPullingProducerController.MessageWithConfirmation$
java.lang.Object
org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WorkPullingProducerController
public static class WorkPullingProducerController.MessageWithConfirmation$
extends Object
implements Serializable
- See Also:
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
MessageWithConfirmation$
public MessageWithConfirmation$()
-
-
Method Details
-
toString
-
apply
public <A> WorkPullingProducerController.MessageWithConfirmation<A> apply(A message, ActorRef<Done> replyTo) -
unapply
public <A> scala.Option<scala.Tuple2<A,ActorRef<Done>>> unapply(WorkPullingProducerController.MessageWithConfirmation<A> x$0)
-