Class IoNerve

java.lang.Object
io.vertx.tp.modular.plugin.IoNerve
All Implemented Interfaces:
IoHub

public class IoNerve extends Object implements IoHub
## Workflow
Author:
Lang
  • Field Summary

    Fields inherited from interface io.vertx.tp.modular.plugin.IoHub

    CC_HUB
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.modello.specification.HRecord[]
    in(io.modello.specification.HRecord[] records, DataTpl tpl)
    Processing input data records
    io.modello.specification.HRecord
    in(io.modello.specification.HRecord record, DataTpl tpl)
    Processing input data record
    io.modello.specification.HRecord[]
    out(io.modello.specification.HRecord[] records, DataTpl tpl)
    Processing output data records in response
    io.modello.specification.HRecord
    out(io.modello.specification.HRecord record, DataTpl tpl)
    Processing output data record in response
    io.vertx.core.Future<io.modello.specification.HRecord[]>
    outAsync(io.modello.specification.HRecord[] records, DataTpl tpl)
     
    io.vertx.core.Future<io.modello.specification.HRecord>
    outAsync(io.modello.specification.HRecord record, DataTpl tpl)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IoNerve

      public IoNerve()
  • Method Details

    • in

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

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

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

      public io.modello.specification.HRecord[] out(io.modello.specification.HRecord[] records, DataTpl tpl)
      Description copied from interface: IoHub
      Processing output data records in response
      Specified by:
      out in interface IoHub
      Parameters:
      records - HRecord[] Input data record
      tpl - DataTpl The model template definition
      Returns:
      HRecord[]
    • outAsync

      public io.vertx.core.Future<io.modello.specification.HRecord> outAsync(io.modello.specification.HRecord record, DataTpl tpl)
      Specified by:
      outAsync in interface IoHub
    • outAsync

      public io.vertx.core.Future<io.modello.specification.HRecord[]> outAsync(io.modello.specification.HRecord[] records, DataTpl tpl)
      Specified by:
      outAsync in interface IoHub