ProcessOutHandlerImpl

@deprecated("Should move to using Handlers", since = "2.35.1")
final class ProcessOutHandlerImpl[A, S <: Shape](out: Outlet[A], logic: InOutImpl[S]) extends OutHandler
Deprecated
[Since version 2.35.1]
trait OutHandler
class Object
trait Matchable
class Any

Value members

Concrete methods

override def onDownstreamFinish(cause: Throwable): Unit
Definition Classes
OutHandler
def onPull(): Unit
override def toString: String
Definition Classes
Any

Deprecated and Inherited methods

@deprecated(message = "Call onDownstreamFinish with a cancellation cause.", since = "2.6.0") @deprecatedOverriding(message = "Override `def onDownstreamFinish(cause: Throwable)`, instead.", since = "2.6.0") @throws(classOf[Exception])
def onDownstreamFinish(): Unit
Deprecated
[Since version 2.6.0] Call onDownstreamFinish with a cancellation cause.
Inherited from:
OutHandler