Interface PlatformFutureUtils.Writer
-
- Enclosing class:
- PlatformFutureUtils
public static interface PlatformFutureUtils.WriterWriter allowing special future result handling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanWrite(Object obj, Throwable err)Determines whether this writer can write given data.voidwrite(BinaryRawWriterEx writer, Object obj, Throwable err)Write object.
-
-
-
Method Detail
-
write
void write(BinaryRawWriterEx writer, Object obj, Throwable err)
Write object.- Parameters:
writer- Writer.obj- Object.err- Error.
-
-