Package org.apache.pekko.remote
Class AssociationErrorEvent$
java.lang.Object
scala.runtime.AbstractFunction5<Throwable,Address,Address,Object,Logging.LogLevel,AssociationErrorEvent>
org.apache.pekko.remote.AssociationErrorEvent$
- All Implemented Interfaces:
Serializable,scala.Function5<Throwable,Address, Address, Object, Logging.LogLevel, AssociationErrorEvent>
public class AssociationErrorEvent$
extends scala.runtime.AbstractFunction5<Throwable,Address,Address,Object,Logging.LogLevel,AssociationErrorEvent>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AssociationErrorEvent$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class scala.runtime.AbstractFunction5
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function5
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
AssociationErrorEvent$
public AssociationErrorEvent$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function5<Throwable,Address, Address, Object, Logging.LogLevel, AssociationErrorEvent> - Overrides:
toStringin classscala.runtime.AbstractFunction5<Throwable,Address, Address, Object, Logging.LogLevel, AssociationErrorEvent>
-
apply
public AssociationErrorEvent apply(Throwable cause, Address localAddress, Address remoteAddress, boolean inbound, Logging.LogLevel logLevel) -
unapply
public scala.Option<scala.Tuple5<Throwable,Address, unapplyAddress, Object, Logging.LogLevel>> (AssociationErrorEvent x$0)
-