Interface IoHub

  • All Known Implementing Classes:
    IoNerve

    public interface IoHub
    ## Nerve System ### 1. Intro 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: #### 1.1. Input - 1. IComponent ( Record ) - 2. INormalizer ( Attribute ) #### 1.2. Output - 1. OComponent ( Record ) - 2. Reference Calculation - 3. OExpression ( Attribute )
    Author:
    Lang
    • Field Detail

      • HUB_MAP

        static final ConcurrentMap<String,​IoHub> HUB_MAP
        For `IoHub` reference create, there should be only one IoHub in each thread here.