public interface IoHub
It’s plug-in channel for M_MODEL to process different attribute in Sync mode ( Jooq < 3.10.8 ), the work phases are as following:
| Modifier and Type | Field and Description |
|---|---|
static ConcurrentMap<String,IoHub> |
HUB_MAP
For
IoHub reference create, there should be only one IoHub in each thread here. |
| Modifier and Type | Method and Description |
|---|---|
Record[] |
in(Record[] records,
DataTpl tpl)
Processing input data records
|
Record |
in(Record record,
DataTpl tpl)
Processing input data record
|
static IoHub |
instance() |
Record[] |
out(Record[] records,
DataTpl tpl)
Processing output data records in response
|
Record |
out(Record record,
DataTpl tpl)
Processing output data record in response
|
static final ConcurrentMap<String,IoHub> HUB_MAP
For IoHub reference create, there should be only one IoHub in each thread here.
Copyright © 2021. All rights reserved.