Class ShardingProducerController.MessageWithConfirmation$
- java.lang.Object
-
- akka.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ShardingProducerController
public static class ShardingProducerController.MessageWithConfirmation$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ShardingProducerController.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> ShardingProducerController.MessageWithConfirmation<A>
apply(java.lang.String entityId, A message, ActorRef<Done> replyTo)
java.lang.String
toString()
<A> scala.Option<scala.Tuple3<java.lang.String,A,ActorRef<Done>>>
unapply(ShardingProducerController.MessageWithConfirmation<A> x$0)
-
-
-
Field Detail
-
MODULE$
public static final ShardingProducerController.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> ShardingProducerController.MessageWithConfirmation<A> apply(java.lang.String entityId, A message, ActorRef<Done> replyTo)
-
unapply
public <A> scala.Option<scala.Tuple3<java.lang.String,A,ActorRef<Done>>> unapply(ShardingProducerController.MessageWithConfirmation<A> x$0)
-
-