Package org.apache.pekko.stream
Class IOResult$
java.lang.Object
org.apache.pekko.stream.IOResult$
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(long count) createFailed(long count, Throwable ex) JAVA API: Creates failed IOResult, `count` should be the number of bytes (or other unit, please document in your APIs) processed before failingcreateSuccessful(long count) JAVA API: Creates successful IOResult
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
IOResult$public IOResult$()
 
- 
- 
Method Details- 
apply
- 
createSuccessfulJAVA API: Creates successful IOResult
- 
createFailedJAVA API: Creates failed IOResult, `count` should be the number of bytes (or other unit, please document in your APIs) processed before failing
- 
apply
- 
unapply
 
-