Class Effect.SpawnedAdapter$

java.lang.Object
org.apache.pekko.actor.testkit.typed.Effect.SpawnedAdapter$
All Implemented Interfaces:
Serializable
Enclosing class:
Effect

public static class Effect.SpawnedAdapter$ extends Object implements Serializable
INTERNAL API Spawning adapters is private[pekko]
See Also:
  • Field Details

    • MODULE$

      public static final Effect.SpawnedAdapter$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • SpawnedAdapter$

      public SpawnedAdapter$()
  • Method Details

    • apply

      public <T> org.apache.pekko.actor.testkit.typed.Effect.SpawnedAdapter<T> apply(String name)
    • unapply

      public <T> scala.Option<scala.Tuple1<String>> unapply(org.apache.pekko.actor.testkit.typed.Effect.SpawnedAdapter<T> s)