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