Package io.vertx.tp.crud.uca.next
Interface Co<I,A,S,O>
-
- All Known Implementing Classes:
NtAData
public interface Co<I,A,S,O>The interface for module selection Phase 1: Combine input request into IxOpt and pass to IxPanel 1) Combine input ( Envelop, Body, Module ) three format 2) Calculate the result to IxOpt > This component will be called by IxOpt internal 「Sequence」 Phase 2: For sequence only 1) Execute `active` function 2) Pass the result of `active` into `standBy` ( Tran Component ) 3) Execute `standBy` function Phase 3: Response building- Author:
- Lang
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default Co<I,A,S,O>bind(IxWeb request)static CoendE(List<String> columns)static CoendV(boolean isMy)default io.vertx.core.Future<S>next(I input, A active)static ConextJ(IxMod in, boolean isArray)static ConextQ(IxMod in, boolean isArray)default io.vertx.core.Future<O>ok(A active, S standBy)
-
-
-
Method Detail
-
endV
static Co endV(boolean isMy)
-
-