SyncProcessingLimit

org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit
final case class SyncProcessingLimit(limit: Int) extends MandatoryAttribute

Limit for number of messages that can be processed synchronously in stream to substream communication.

Use factory method #syncProcessingLimit to create.

Attributes

Source
Attributes.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Attribute
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product