Class IoNerve

  • All Implemented Interfaces:
    IoHub

    public class IoNerve
    extends Object
    implements IoHub
    ## Workflow
    Author:
    Lang
    • Constructor Detail

      • IoNerve

        public IoNerve()
    • Method Detail

      • in

        public Record in​(Record record,
                         DataTpl tpl)
        Description copied from interface: IoHub
        Processing input data record
        Specified by:
        in in interface IoHub
        Parameters:
        record - Record Input data record
        tpl - DataTpl The model template definition
        Returns:
        Record
      • in

        public Record[] in​(Record[] records,
                           DataTpl tpl)
        Description copied from interface: IoHub
        Processing input data records
        Specified by:
        in in interface IoHub
        Parameters:
        records - Record[] Input data record
        tpl - DataTpl The model template definition
        Returns:
        Record[]
      • out

        public Record out​(Record record,
                          DataTpl tpl)
        Description copied from interface: IoHub
        Processing output data record in response
        Specified by:
        out in interface IoHub
        Parameters:
        record - Record Input data record
        tpl - DataTpl The model template definition
        Returns:
        Record
      • out

        public Record[] out​(Record[] records,
                            DataTpl tpl)
        Description copied from interface: IoHub
        Processing output data records in response
        Specified by:
        out in interface IoHub
        Parameters:
        records - Record[] Input data record
        tpl - DataTpl The model template definition
        Returns:
        Record[]