Class EventStream.Subscribe$
java.lang.Object
org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EventStream
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EventStream.Subscribe$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<E> EventStream.Subscribe<E>final StringtoString()<E> scala.Option<ActorRef<E>>unapply(EventStream.Subscribe<E> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Subscribe$
public Subscribe$()
-
-
Method Details
-
toString
-
apply
public <E> EventStream.Subscribe<E> apply(ActorRef<E> subscriber, scala.reflect.ClassTag<E> classTag) -
unapply
-