org.apache.pekko.stream.IOResult
See theIOResult companion object
Holds a result of an IO operation.
Value parameters
-
count
-
Numeric value depending on context, for example IO operations performed or bytes processed.
-
status
-
Status of the result. Can be either pekko.Done or an exception.
Attributes
-
Companion
-
object
-
Source
-
IOResult.scala
-
Graph
-
-
Supertypes
-
trait Serializable
class Object
trait Matchable
class Any
Show all
Members list
Java API: Numeric value depending on context, for example IO operations performed or bytes processed.
Java API: Numeric value depending on context, for example IO operations performed or bytes processed.
Attributes
-
Source
-
IOResult.scala
Java API: Indicates whether IO operation completed successfully or not.
Java API: Indicates whether IO operation completed successfully or not.
Attributes
-
Deprecated
-
true
-
Source
-
IOResult.scala