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