public class PatternDSL extends DSL
Constructor and Description |
---|
PatternDSL() |
Modifier and Type | Method and Description |
---|---|
static <T,U> AlphaIndex<T,U> |
alphaIndexedBy(Class<U> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<T,U> leftOperandExtractor,
U rightValue) |
static <T,U,V> BetaIndex<T,U,V> |
betaIndexedBy(Class<V> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<T,V> leftOperandExtractor,
Function1<U,V> rightOperandExtractor) |
static <T> PatternDSL.PatternDef<T> |
pattern(Variable<T> var) |
static <T> PatternDSL.PatternDef<T> |
pattern(Variable<T> var,
DeclarationSource source) |
static Query0Def |
query(String name) |
static <T1> Query1Def<T1> |
query(String name,
Class<T1> type1) |
static <T1,T2> Query2Def<T1,T2> |
query(String name,
Class<T1> type1,
Class<T2> type2) |
static <T1,T2,T3> Query3Def<T1,T2,T3> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3) |
static <T1,T2,T3,T4> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4) |
static <T1,T2,T3,T4,T5> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5) |
static <T1,T2,T3,T4,T5,T6> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6) |
static <T1,T2,T3,T4,T5,T6,T7> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7) |
static <T1,T2,T3,T4,T5,T6,T7,T8> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10) |
static <T1> Query1Def<T1> |
query(String name,
Class<T1> type1,
String arg1name) |
static <T1,T2> Query2Def<T1,T2> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name) |
static <T1,T2,T3> Query3Def<T1,T2,T3> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name) |
static <T1,T2,T3,T4> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name) |
static <T1,T2,T3,T4,T5> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name) |
static <T1,T2,T3,T4,T5,T6> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name) |
static <T1,T2,T3,T4,T5,T6,T7> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name) |
static <T1,T2,T3,T4,T5,T6,T7,T8> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name,
Class<T8> type8,
String arg8name) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name,
Class<T8> type8,
String arg8name,
Class<T9> type9,
String arg9name) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name,
Class<T8> type8,
String arg8name,
Class<T9> type9,
String arg9name,
Class<T10> type10,
String arg10name) |
static Query0Def |
query(String pkg,
String name) |
static <T1> Query1Def<T1> |
query(String pkg,
String name,
Class<T1> type1) |
static <T1,T2> Query2Def<T1,T2> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2) |
static <T1,T2,T3> Query3Def<T1,T2,T3> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3) |
static <T1,T2,T3,T4> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4) |
static <T1,T2,T3,T4,T5> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5) |
static <T1,T2,T3,T4,T5,T6> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6) |
static <T1,T2,T3,T4,T5,T6,T7> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7) |
static <T1,T2,T3,T4,T5,T6,T7,T8> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10) |
static <T1> Query1Def<T1> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name) |
static <T1,T2> Query2Def<T1,T2> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name) |
static <T1,T2,T3> Query3Def<T1,T2,T3> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name) |
static <T1,T2,T3,T4> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name) |
static <T1,T2,T3,T4,T5> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name) |
static <T1,T2,T3,T4,T5,T6> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name) |
static <T1,T2,T3,T4,T5,T6,T7> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name) |
static <T1,T2,T3,T4,T5,T6,T7,T8> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name,
Class<T8> type8,
String arg8name) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name,
Class<T8> type8,
String arg8name,
Class<T9> type9,
String arg9name) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name,
Class<T8> type8,
String arg8name,
Class<T9> type9,
String arg9name,
Class<T10> type10,
String arg10name) |
static PatternDSL.ReactOn |
reactOn(String... reactOn) |
static <T> PatternDSL.PatternDef<T> |
receive(Exchange<T> exchange) |
static RuleBuilder |
rule(String name) |
static RuleBuilder |
rule(String pkg,
String name) |
static <T> PatternDSL.ExchangeDef<T> |
send(Exchange<T> exchange) |
static ConditionalConsequenceBuilder |
when(ExprViewItem expr) |
static <A> ConditionalConsequenceBuilder |
when(String exprId,
Variable<A> var,
Predicate1<A> predicate) |
static <A,B> ConditionalConsequenceBuilder |
when(String exprId,
Variable<A> var1,
Variable<B> var2,
Predicate2<A,B> predicate) |
static <A> ConditionalConsequenceBuilder |
when(Variable<A> var,
Predicate1<A> predicate) |
static <A,B> ConditionalConsequenceBuilder |
when(Variable<A> var1,
Variable<B> var2,
Predicate2<A,B> predicate) |
accFunction, accFunction, accFunction, accFunction, accumulate, after, after, after, after, and, annotationValue, any, before, before, before, before, coincides, coincides, coincides, combineExprs, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, during, during, during, entryPoint, eval, eval, exchangeOf, exchangeOf, execute, execute, executeScript, exists, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, field, finishedby, finishedby, finishes, finishes, forall, from, from, from, from, from, from, globalOf, globalOf, includes, includes, includes, meets, meets, metby, metby, newDataStore, newDataStream, not, not, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, or, overlappedby, overlappedby, overlappedby, overlaps, overlaps, overlaps, prototype, reactiveFrom, startedby, startedby, starts, starts, storeOf, supply, supply, typeMetaData, unitData, unitData, valueOf, window, window, window, window, window, window
public static <T> PatternDSL.PatternDef<T> pattern(Variable<T> var)
public static <T> PatternDSL.PatternDef<T> pattern(Variable<T> var, DeclarationSource source)
public static <T,U> AlphaIndex<T,U> alphaIndexedBy(Class<U> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<T,U> leftOperandExtractor, U rightValue)
public static <T,U,V> BetaIndex<T,U,V> betaIndexedBy(Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<T,V> leftOperandExtractor, Function1<U,V> rightOperandExtractor)
public static PatternDSL.ReactOn reactOn(String... reactOn)
public static <A> ConditionalConsequenceBuilder when(Variable<A> var, Predicate1<A> predicate)
public static <A> ConditionalConsequenceBuilder when(String exprId, Variable<A> var, Predicate1<A> predicate)
public static <A,B> ConditionalConsequenceBuilder when(Variable<A> var1, Variable<B> var2, Predicate2<A,B> predicate)
public static <A,B> ConditionalConsequenceBuilder when(String exprId, Variable<A> var1, Variable<B> var2, Predicate2<A,B> predicate)
public static ConditionalConsequenceBuilder when(ExprViewItem expr)
public static RuleBuilder rule(String name)
public static RuleBuilder rule(String pkg, String name)
public static <T1> Query1Def<T1> query(String pkg, String name, Class<T1> type1, String arg1name)
public static <T1,T2> Query2Def<T1,T2> query(String pkg, String name, Class<T1> type1, Class<T2> type2)
public static <T1,T2> Query2Def<T1,T2> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name)
public static <T1,T2> Query2Def<T1,T2> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name)
public static <T1,T2,T3> Query3Def<T1,T2,T3> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3)
public static <T1,T2,T3> Query3Def<T1,T2,T3> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3)
public static <T1,T2,T3> Query3Def<T1,T2,T3> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name)
public static <T1,T2,T3> Query3Def<T1,T2,T3> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name)
public static <T1,T2,T3,T4> Query4Def<T1,T2,T3,T4> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4)
public static <T1,T2,T3,T4> Query4Def<T1,T2,T3,T4> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4)
public static <T1,T2,T3,T4> Query4Def<T1,T2,T3,T4> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name)
public static <T1,T2,T3,T4> Query4Def<T1,T2,T3,T4> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name)
public static <T1,T2,T3,T4,T5> Query5Def<T1,T2,T3,T4,T5> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5)
public static <T1,T2,T3,T4,T5> Query5Def<T1,T2,T3,T4,T5> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5)
public static <T1,T2,T3,T4,T5> Query5Def<T1,T2,T3,T4,T5> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name)
public static <T1,T2,T3,T4,T5> Query5Def<T1,T2,T3,T4,T5> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name)
public static <T1,T2,T3,T4,T5,T6> Query6Def<T1,T2,T3,T4,T5,T6> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6)
public static <T1,T2,T3,T4,T5,T6> Query6Def<T1,T2,T3,T4,T5,T6> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6)
public static <T1,T2,T3,T4,T5,T6> Query6Def<T1,T2,T3,T4,T5,T6> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name)
public static <T1,T2,T3,T4,T5,T6> Query6Def<T1,T2,T3,T4,T5,T6> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name)
public static <T1,T2,T3,T4,T5,T6,T7> Query7Def<T1,T2,T3,T4,T5,T6,T7> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7)
public static <T1,T2,T3,T4,T5,T6,T7> Query7Def<T1,T2,T3,T4,T5,T6,T7> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7)
public static <T1,T2,T3,T4,T5,T6,T7> Query7Def<T1,T2,T3,T4,T5,T6,T7> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name)
public static <T1,T2,T3,T4,T5,T6,T7> Query7Def<T1,T2,T3,T4,T5,T6,T7> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name)
public static <T1,T2,T3,T4,T5,T6,T7,T8> Query8Def<T1,T2,T3,T4,T5,T6,T7,T8> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8)
public static <T1,T2,T3,T4,T5,T6,T7,T8> Query8Def<T1,T2,T3,T4,T5,T6,T7,T8> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8)
public static <T1,T2,T3,T4,T5,T6,T7,T8> Query8Def<T1,T2,T3,T4,T5,T6,T7,T8> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name)
public static <T1,T2,T3,T4,T5,T6,T7,T8> Query8Def<T1,T2,T3,T4,T5,T6,T7,T8> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9> Query9Def<T1,T2,T3,T4,T5,T6,T7,T8,T9> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9> Query9Def<T1,T2,T3,T4,T5,T6,T7,T8,T9> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9> Query9Def<T1,T2,T3,T4,T5,T6,T7,T8,T9> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name, Class<T9> type9, String arg9name)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9> Query9Def<T1,T2,T3,T4,T5,T6,T7,T8,T9> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name, Class<T9> type9, String arg9name)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> Query10Def<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> Query10Def<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> Query10Def<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name, Class<T9> type9, String arg9name, Class<T10> type10, String arg10name)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> Query10Def<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name, Class<T9> type9, String arg9name, Class<T10> type10, String arg10name)
public static <T> PatternDSL.ExchangeDef<T> send(Exchange<T> exchange)
public static <T> PatternDSL.PatternDef<T> receive(Exchange<T> exchange)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.