Uses of Enum Class
org.apache.camel.component.quickfixj.QuickfixjEventCategory
Packages that use QuickfixjEventCategory
Package
Description
-
Uses of QuickfixjEventCategory in org.apache.camel.component.quickfixj
Methods in org.apache.camel.component.quickfixj that return QuickfixjEventCategoryModifier and TypeMethodDescriptionstatic QuickfixjEventCategoryReturns the enum constant of this class with the specified name.static QuickfixjEventCategory[]QuickfixjEventCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.quickfixj with parameters of type QuickfixjEventCategoryModifier and TypeMethodDescriptionvoidMessageCorrelator.onEvent(QuickfixjEventCategory eventCategory, quickfix.SessionID sessionID, quickfix.Message message) voidQuickfixjEndpoint.onEvent(QuickfixjEventCategory eventCategory, quickfix.SessionID sessionID, quickfix.Message message) voidQuickfixjEventListener.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 QuickfixjEventCategoryModifier and TypeMethodDescriptionstatic org.apache.camel.ExchangeQuickfixjConverters.toExchange(org.apache.camel.Consumer consumer, quickfix.SessionID sessionID, quickfix.Message message, QuickfixjEventCategory eventCategory, org.apache.camel.ExchangePattern exchangePattern) static org.apache.camel.ExchangeQuickfixjConverters.toExchange(org.apache.camel.Endpoint endpoint, quickfix.SessionID sessionID, quickfix.Message message, QuickfixjEventCategory eventCategory) static org.apache.camel.ExchangeQuickfixjConverters.toExchange(org.apache.camel.Endpoint endpoint, quickfix.SessionID sessionID, quickfix.Message message, QuickfixjEventCategory eventCategory, org.apache.camel.ExchangePattern exchangePattern)