public class ByteBufferSerializer extends Serializer<ByteBuffer>
Constructor and Description |
---|
ByteBufferSerializer() |
Modifier and Type | Method and Description |
---|---|
io.smallrye.mutiny.Uni<io.vertx.mutiny.core.buffer.Buffer> |
convert(ByteBuffer payload) |
Class<? extends ByteBuffer> |
input() |
lookup, output
public io.smallrye.mutiny.Uni<io.vertx.mutiny.core.buffer.Buffer> convert(ByteBuffer payload)
public Class<? extends ByteBuffer> input()
Copyright © 2018–2020 SmallRye. All rights reserved.