Package org.apache.pekko.remote
Class ShutDownAssociation$
- java.lang.Object
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function3<Address,Address,java.lang.Throwable,org.apache.pekko.remote.ShutDownAssociation>
public class ShutDownAssociation$ extends scala.runtime.AbstractFunction3<Address,Address,java.lang.Throwable,org.apache.pekko.remote.ShutDownAssociation> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ShutDownAssociation$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ShutDownAssociation$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.pekko.remote.ShutDownAssociation
apply(Address localAddress, Address remoteAddress, java.lang.Throwable cause)
java.lang.String
toString()
scala.Option<scala.Tuple3<Address,Address,java.lang.Throwable>>
unapply(org.apache.pekko.remote.ShutDownAssociation x$0)
-
-
-
Field Detail
-
MODULE$
public static final ShutDownAssociation$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-