Package akka.cluster.typed
Class Unsubscribe$
- java.lang.Object
-
- akka.cluster.typed.Unsubscribe$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Serializable
public class Unsubscribe$ extends java.lang.Object implements scala.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Unsubscribe$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Unsubscribe$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Unsubscribe<T>
apply(ActorRef<T> subscriber)
java.lang.String
toString()
<T> scala.Option<ActorRef<T>>
unapply(Unsubscribe<T> x$0)
-
-
-
Field Detail
-
MODULE$
public static final Unsubscribe$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
apply
public <T> Unsubscribe<T> apply(ActorRef<T> subscriber)
-
unapply
public <T> scala.Option<ActorRef<T>> unapply(Unsubscribe<T> x$0)
-
-