Package akka.remote.testconductor
Class Disconnect$
- java.lang.Object
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function3<RoleName,RoleName,java.lang.Object,akka.remote.testconductor.Disconnect>
public class Disconnect$ extends scala.runtime.AbstractFunction3<RoleName,RoleName,java.lang.Object,akka.remote.testconductor.Disconnect> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Disconnect$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Disconnect$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.remote.testconductor.Disconnect
apply(RoleName node, RoleName target, boolean abort)
java.lang.String
toString()
scala.Option<scala.Tuple3<RoleName,RoleName,java.lang.Object>>
unapply(akka.remote.testconductor.Disconnect x$0)
-
-
-
Field Detail
-
MODULE$
public static final Disconnect$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-