Class StashBufferImpl$
java.lang.Object
org.apache.pekko.actor.typed.internal.StashBufferImpl$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StashBufferImpl$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> org.apache.pekko.actor.typed.internal.StashBufferImpl<T>apply(ActorContext<T> ctx, int capacity)
-
Field Details
-
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)
-