case classBackPressured(bufferSize: Int) extends BufferPolicy with Product with Serializable
A BufferPolicy specifying that on reaching the maximum size,
the pipeline should try to apply back-pressure (i.e. it should try
delaying the data source in producing more elements, until the
the consumer has drained the buffer and space is available).
Linear Supertypes
Serializable, Serializable, Product, Equals, BufferPolicy, AnyRef, Any
A BufferPolicy specifying that on reaching the maximum size, the pipeline should try to apply back-pressure (i.e. it should try delaying the data source in producing more elements, until the the consumer has drained the buffer and space is available).