Uses of Class
org.apache.camel.component.quickfixj.QuickfixjEventCategory
-
Packages that use QuickfixjEventCategory Package Description org.apache.camel.component.quickfixj org.apache.camel.component.quickfixj.converter -
-
Uses of QuickfixjEventCategory in org.apache.camel.component.quickfixj
Methods in org.apache.camel.component.quickfixj that return QuickfixjEventCategory Modifier and Type Method Description static QuickfixjEventCategory
QuickfixjEventCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static QuickfixjEventCategory[]
QuickfixjEventCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.quickfixj with parameters of type QuickfixjEventCategory Modifier and Type Method Description void
MessageCorrelator. onEvent(QuickfixjEventCategory eventCategory, quickfix.SessionID sessionID, quickfix.Message message)
void
QuickfixjEndpoint. onEvent(QuickfixjEventCategory eventCategory, quickfix.SessionID sessionID, quickfix.Message message)
void
QuickfixjEventListener. onEvent(QuickfixjEventCategory eventCategory, quickfix.SessionID sessionID, quickfix.Message message)
-
Uses of QuickfixjEventCategory in org.apache.camel.component.quickfixj.converter
Methods in org.apache.camel.component.quickfixj.converter with parameters of type QuickfixjEventCategory Modifier and Type Method Description static org.apache.camel.Exchange
QuickfixjConverters. toExchange(org.apache.camel.Endpoint endpoint, quickfix.SessionID sessionID, quickfix.Message message, QuickfixjEventCategory eventCategory)
static org.apache.camel.Exchange
QuickfixjConverters. toExchange(org.apache.camel.Endpoint endpoint, quickfix.SessionID sessionID, quickfix.Message message, QuickfixjEventCategory eventCategory, org.apache.camel.ExchangePattern exchangePattern)
-