Package akka.actor.typed.delivery
Class ProducerController.Start$
- java.lang.Object
-
- akka.actor.typed.delivery.ProducerController.Start$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ProducerController
public static class ProducerController.Start$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ProducerController.Start$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Start$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> ProducerController.Start<A>
apply(ActorRef<ProducerController.RequestNext<A>> producer)
java.lang.String
toString()
<A> scala.Option<ActorRef<ProducerController.RequestNext<A>>>
unapply(ProducerController.Start<A> x$0)
-
-
-
Field Detail
-
MODULE$
public static final ProducerController.Start$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
apply
public <A> ProducerController.Start<A> apply(ActorRef<ProducerController.RequestNext<A>> producer)
-
unapply
public <A> scala.Option<ActorRef<ProducerController.RequestNext<A>>> unapply(ProducerController.Start<A> x$0)
-
-