Class ConsumerController.RegisterToProducerController$
java.lang.Object
org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConsumerController
public static class ConsumerController.RegisterToProducerController$
extends Object
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConsumerController.RegisterToProducerController$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(ActorRef<ProducerController.Command<A>> producerController) final StringtoString()<A> scala.Option<ActorRef<ProducerController.Command<A>>>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RegisterToProducerController$
public RegisterToProducerController$()
-
-
Method Details
-
toString
-
apply
public <A> ConsumerController.RegisterToProducerController<A> apply(ActorRef<ProducerController.Command<A>> producerController) -
unapply
public <A> scala.Option<ActorRef<ProducerController.Command<A>>> unapply(ConsumerController.RegisterToProducerController<A> x$0)
-