Class StashBufferImpl$

java.lang.Object
org.apache.pekko.actor.typed.internal.StashBufferImpl$

public class StashBufferImpl$ extends Object
INTERNAL API
  • Field Details

    • MODULE$

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

    • StashBufferImpl$

      public StashBufferImpl$()
  • Method Details

    • apply

      public <T> org.apache.pekko.actor.typed.internal.StashBufferImpl<T> apply(ActorContext<T> ctx, int capacity)