Package akka.actor.typed.delivery
Class ProducerController.RequestNext$
- java.lang.Object
-
- akka.actor.typed.delivery.ProducerController.RequestNext$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ProducerController
public static class ProducerController.RequestNext$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ProducerController.RequestNext$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RequestNext$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> ProducerController.RequestNext<A>
apply(java.lang.String producerId, long currentSeqNr, long confirmedSeqNr, ActorRef<A> sendNextTo, ActorRef<ProducerController.MessageWithConfirmation<A>> askNextTo)
java.lang.String
toString()
<A> scala.Option<scala.Tuple5<java.lang.String,java.lang.Object,java.lang.Object,ActorRef<A>,ActorRef<ProducerController.MessageWithConfirmation<A>>>>
unapply(ProducerController.RequestNext<A> x$0)
-
-
-
Field Detail
-
MODULE$
public static final ProducerController.RequestNext$ 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.RequestNext<A> apply(java.lang.String producerId, long currentSeqNr, long confirmedSeqNr, ActorRef<A> sendNextTo, ActorRef<ProducerController.MessageWithConfirmation<A>> askNextTo)
-
unapply
public <A> scala.Option<scala.Tuple5<java.lang.String,java.lang.Object,java.lang.Object,ActorRef<A>,ActorRef<ProducerController.MessageWithConfirmation<A>>>> unapply(ProducerController.RequestNext<A> x$0)
-
-