Class ShardingProducerController.Start$
java.lang.Object
org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ShardingProducerController
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ShardingProducerController.Start$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(ActorRef<ShardingProducerController.RequestNext<A>> producer) final StringtoString()<A> scala.Option<ActorRef<ShardingProducerController.RequestNext<A>>>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Start$
public Start$()
-
-
Method Details
-
toString
-
apply
public <A> ShardingProducerController.Start<A> apply(ActorRef<ShardingProducerController.RequestNext<A>> producer) -
unapply
public <A> scala.Option<ActorRef<ShardingProducerController.RequestNext<A>>> unapply(ShardingProducerController.Start<A> x$0)
-