Package akka.actor.typed.eventstream
Class EventStream.Subscribe$
- java.lang.Object
-
- akka.actor.typed.eventstream.EventStream.Subscribe$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- EventStream
public static class EventStream.Subscribe$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static EventStream.Subscribe$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Subscribe$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <E> EventStream.Subscribe<E>
apply(ActorRef<E> subscriber, scala.reflect.ClassTag<E> classTag)
java.lang.String
toString()
<E> scala.Option<ActorRef<E>>
unapply(EventStream.Subscribe<E> x$0)
-
-
-
Field Detail
-
MODULE$
public static final EventStream.Subscribe$ 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 <E> EventStream.Subscribe<E> apply(ActorRef<E> subscriber, scala.reflect.ClassTag<E> classTag)
-
unapply
public <E> scala.Option<ActorRef<E>> unapply(EventStream.Subscribe<E> x$0)
-
-