IOResult

org.apache.pekko.stream.IOResult
See theIOResult companion class
object IOResult

Attributes

Companion
class
Source
IOResult.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
IOResult.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(count: Long): IOResult

Attributes

Source
IOResult.scala

JAVA API: Creates successful IOResult

JAVA API: Creates successful IOResult

Attributes

Source
IOResult.scala

Deprecated methods

def createFailed(count: Long, ex: Throwable): IOResult

JAVA API: Creates failed IOResult, count should be the number of bytes (or other unit, please document in your APIs) processed before failing

JAVA API: Creates failed IOResult, count should be the number of bytes (or other unit, please document in your APIs) processed before failing

Attributes

Deprecated
true
Source
IOResult.scala