Uses of Class
org.drools.model.impl.Exchange
-
Packages that use Exchange Package Description org.drools.model -
-
Uses of Exchange in org.drools.model
Methods in org.drools.model that return Exchange Modifier and Type Method Description static <T> Exchange<T>DSL. exchangeOf(java.lang.Class<T> type)static <T> Exchange<T>DSL. exchangeOf(java.lang.Class<T> type, java.lang.String name)Exchange<T>PatternDSL.ExchangeDefImpl. getFirstVariable()Methods in org.drools.model with parameters of type Exchange Modifier and Type Method Description static <T> PatternDSL.PatternDef<T>PatternDSL. receive(Exchange<T> exchange)static <T> PatternDSL.ExchangeDef<T>PatternDSL. send(Exchange<T> exchange)Constructors in org.drools.model with parameters of type Exchange Constructor Description ExchangeDefImpl(Exchange<T> exchange)
-