java.lang.Object
io.ebeaninternal.api.BinaryWriteContext
Context used to write binary message (like RemoteTransactionEvent).
-
Constructor Details
-
BinaryWriteContext
-
-
Method Details
-
counter
public long counter()Return the number of message parts that have been written. -
os
Return the output stream to write to. -
start
Start a message part with a given type code.- Throws:
IOException
-
end
End of message parts.- Throws:
IOException
-