Class ShardingProducerController.MessageWithConfirmation$
java.lang.Object
org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ShardingProducerController
public static class ShardingProducerController.MessageWithConfirmation$
extends Object
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ShardingProducerController.MessageWithConfirmation$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
MessageWithConfirmation$
public MessageWithConfirmation$()
-
-
Method Details
-
toString
-
apply
public <A> ShardingProducerController.MessageWithConfirmation<A> apply(String entityId, A message, ActorRef<Done> replyTo) -
unapply
public <A> scala.Option<scala.Tuple3<String,A, unapplyActorRef<Done>>> (ShardingProducerController.MessageWithConfirmation<A> x$0)
-