public final class PreparedExecuteMessage extends Object implements ClientMessage, Disposable
Disposable.Composite, Disposable.Swap| Constructor and Description |
|---|
PreparedExecuteMessage(int statementId,
boolean immediate,
MySqlParameter[] values) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Flux<io.netty.buffer.ByteBuf> |
encode(io.netty.buffer.ByteBufAllocator allocator,
ConnectionContext context)
Encode a message into
ByteBufs. |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisDisposedpublic PreparedExecuteMessage(int statementId,
boolean immediate,
MySqlParameter[] values)
public void dispose()
dispose in interface Disposablepublic Flux<io.netty.buffer.ByteBuf> encode(io.netty.buffer.ByteBufAllocator allocator, ConnectionContext context)
ClientMessageByteBufs.encode in interface ClientMessageallocator - the ByteBufAllocator that use to get ByteBuf to write into.context - current MySQL connection context.Flux that's produces the encoded ByteBufs.Copyright © 2018–2023 asyncer.io. All rights reserved.