BrokerBufferOverflow
Defined in: src/io/broker/BrokerEvents.ts:51
One outbound message had to be evicted because the buffer was full. The dropped envelope is not attached — listeners that need it should use a smaller buffer with explicit overflow handling.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new BrokerBufferOverflow(
actorPath,bufferLimit):BrokerBufferOverflow
Defined in: src/io/broker/BrokerEvents.ts:52
Parameters
Section titled “Parameters”actorPath
Section titled “actorPath”string
bufferLimit
Section titled “bufferLimit”number
Returns
Section titled “Returns”BrokerBufferOverflow
Properties
Section titled “Properties”actorPath
Section titled “actorPath”
readonlyactorPath:string
Defined in: src/io/broker/BrokerEvents.ts:53
bufferLimit
Section titled “bufferLimit”
readonlybufferLimit:number
Defined in: src/io/broker/BrokerEvents.ts:54