Class WorkPullingProducerController.RequestNext<A>
- java.lang.Object
-
- org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext<A>
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product
- Enclosing class:
- WorkPullingProducerController
public static final class WorkPullingProducerController.RequestNext<A> extends java.lang.Object implements scala.Product, java.io.SerializableTheWorkPullingProducerControllersendsRequestNextto the producer when it is allowed to send one message via thesendNextTooraskNextTo. Note that only one message is allowed, and then it must wait for nextRequestNextbefore sending one more message.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestNext(ActorRef<A> sendNextTo, ActorRef<WorkPullingProducerController.MessageWithConfirmation<A>> askNextTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorRef<WorkPullingProducerController.MessageWithConfirmation<A>>askNextTo()booleancanEqual(java.lang.Object x$1)<A> WorkPullingProducerController.RequestNext<A>copy(ActorRef<A> sendNextTo, ActorRef<WorkPullingProducerController.MessageWithConfirmation<A>> askNextTo)<A> ActorRef<A>copy$default$1()<A> ActorRef<WorkPullingProducerController.MessageWithConfirmation<A>>copy$default$2()booleanequals(java.lang.Object x$1)inthashCode()intproductArity()java.lang.ObjectproductElement(int x$1)java.lang.StringproductElementName(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()ActorRef<A>sendNextTo()java.lang.StringtoString()
-
-
-
Constructor Detail
-
RequestNext
public RequestNext(ActorRef<A> sendNextTo, ActorRef<WorkPullingProducerController.MessageWithConfirmation<A>> askNextTo)
-
-
Method Detail
-
askNextTo
public ActorRef<WorkPullingProducerController.MessageWithConfirmation<A>> askNextTo()
-
copy
public <A> WorkPullingProducerController.RequestNext<A> copy(ActorRef<A> sendNextTo, ActorRef<WorkPullingProducerController.MessageWithConfirmation<A>> askNextTo)
-
copy$default$1
public <A> ActorRef<A> copy$default$1()
-
copy$default$2
public <A> ActorRef<WorkPullingProducerController.MessageWithConfirmation<A>> copy$default$2()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-