Package | Description |
---|---|
org.apache.camel.component.quickfixj | |
org.apache.camel.component.quickfixj.converter |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
QuickfixjEndpoint.onEvent(QuickfixjEventCategory eventCategory,
quickfix.SessionID sessionID,
quickfix.Message message) |
void |
MessageCorrelator.onEvent(QuickfixjEventCategory eventCategory,
quickfix.SessionID sessionID,
quickfix.Message message) |
void |
QuickfixjEventListener.onEvent(QuickfixjEventCategory eventCategory,
quickfix.SessionID sessionID,
quickfix.Message message) |
Modifier and Type | Method and 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) |
Apache Camel