| Package | Description |
|---|---|
| io.vertx.tp.atom.modeling.data | |
| io.vertx.tp.atom.modeling.element | |
| io.vertx.tp.modular.io |
| Modifier and Type | Method and Description |
|---|---|
DataRow |
DataEvent.getRow() |
| Modifier and Type | Method and Description |
|---|---|
List<DataRow> |
DataEvent.getRows() |
| Modifier and Type | Method and Description |
|---|---|
DataEvent |
DataEvent.stored(List<DataRow> rows) |
| Modifier and Type | Method and Description |
|---|---|
DataRow |
DataRow.request(Record record)
Request Data Processing
|
<ID> DataRow |
DataRow.setKey(ID id) |
DataRow |
DataRow.success(String table) |
DataRow |
DataRow.success(String table,
org.jooq.Record record,
Set<String> projection)
Response Data Processing
|
| Modifier and Type | Method and Description |
|---|---|
List<DataRow> |
AbstractIo.getRows() |
List<DataRow> |
AoIo.getRows() |
| Modifier and Type | Method and Description |
|---|---|
AoIo |
AbstractIo.on(List<DataRow> input) |
AoIo |
AoIo.on(List<DataRow> rows) |
protected AoIo |
AbstractIo.saveRow(Supplier<DataRow> supplier) |
protected AoIo |
AbstractIo.saveRows(Supplier<List<DataRow>> supplier) |
Copyright © 2021. All rights reserved.