Class ProducerControllerImpl.Request$
java.lang.Object
scala.runtime.AbstractFunction4<Object,Object,Object,Object,ProducerControllerImpl.Request>
org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request$
- All Implemented Interfaces:
Serializable,scala.Function4<Object,Object, Object, Object, ProducerControllerImpl.Request>
- Enclosing class:
- ProducerControllerImpl<A>
public static class ProducerControllerImpl.Request$
extends scala.runtime.AbstractFunction4<Object,Object,Object,Object,ProducerControllerImpl.Request>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProducerControllerImpl.Request$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class scala.runtime.AbstractFunction4
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function4
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Request$
public Request$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function4<Object,Object, Object, Object, ProducerControllerImpl.Request> - Overrides:
toStringin classscala.runtime.AbstractFunction4<Object,Object, Object, Object, ProducerControllerImpl.Request>
-
apply
public ProducerControllerImpl.Request apply(long confirmedSeqNr, long requestUpToSeqNr, boolean supportResend, boolean viaTimeout) -
unapply
public scala.Option<scala.Tuple4<Object,Object, unapplyObject, Object>> (ProducerControllerImpl.Request x$0)
-