Class ShardingProducerController.RequestNext$
java.lang.Object
org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ShardingProducerController
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ShardingProducerController.RequestNext$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(ActorRef<ShardingEnvelope<A>> sendNextTo, ActorRef<ShardingProducerController.MessageWithConfirmation<A>> askNextTo, scala.collection.immutable.Set<String> entitiesWithDemand, scala.collection.immutable.Map<String, Object> bufferedForEntitiesWithoutDemand) final StringtoString()<A> scala.Option<scala.Tuple4<ActorRef<ShardingEnvelope<A>>,ActorRef<ShardingProducerController.MessageWithConfirmation<A>>, scala.collection.immutable.Set<String>, scala.collection.immutable.Map<String, Object>>>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RequestNext$
public RequestNext$()
-
-
Method Details
-
toString
-
apply
public <A> ShardingProducerController.RequestNext<A> apply(ActorRef<ShardingEnvelope<A>> sendNextTo, ActorRef<ShardingProducerController.MessageWithConfirmation<A>> askNextTo, scala.collection.immutable.Set<String> entitiesWithDemand, scala.collection.immutable.Map<String, Object> bufferedForEntitiesWithoutDemand) -
unapply
public <A> scala.Option<scala.Tuple4<ActorRef<ShardingEnvelope<A>>,ActorRef<ShardingProducerController.MessageWithConfirmation<A>>, unapplyscala.collection.immutable.Set<String>, scala.collection.immutable.Map<String, Object>>> (ShardingProducerController.RequestNext<A> x$0)
-