final case classFail(bufferSize: Int) extends Synchronous[Nothing] with Product with Serializable
A OverflowStrategy specifying that on reaching the maximum size,
the pipeline should cancel the subscription and send an onError
to the observer(s) downstream.
bufferSize
specifies how many events our buffer can hold
before overflowing
A OverflowStrategy specifying that on reaching the maximum size, the pipeline should cancel the subscription and send an
onError
to the observer(s) downstream.specifies how many events our buffer can hold before overflowing