Class ProducerController.RequestNext$
java.lang.Object
org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ProducerController
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProducerController.RequestNext$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(String producerId, long currentSeqNr, long confirmedSeqNr, ActorRef<A> sendNextTo, ActorRef<ProducerController.MessageWithConfirmation<A>> askNextTo) final StringtoString()<A> scala.Option<scala.Tuple5<String,Object, Object, ActorRef<A>, ActorRef<ProducerController.MessageWithConfirmation<A>>>>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RequestNext$
public RequestNext$()
-
-
Method Details
-
toString
-
apply
public <A> ProducerController.RequestNext<A> apply(String producerId, long currentSeqNr, long confirmedSeqNr, ActorRef<A> sendNextTo, ActorRef<ProducerController.MessageWithConfirmation<A>> askNextTo) -
unapply
public <A> scala.Option<scala.Tuple5<String,Object, unapplyObject, ActorRef<A>, ActorRef<ProducerController.MessageWithConfirmation<A>>>> (ProducerController.RequestNext<A> x$0)
-