| Method and Description |
|---|
| org.apache.camel.component.quickfixj.QuickfixjComponent.setForcedShutdown(boolean)
Don't use as setting the
forcedShutdown property had/has no effect. |
| Constructor and Description |
|---|
| org.apache.camel.component.quickfixj.QuickfixjEndpoint(QuickfixjEngine, String, CamelContext) |
| org.apache.camel.component.quickfixj.QuickfixjEngine(String, SessionSettings, boolean, MessageStoreFactory, LogFactory, MessageFactory)
Better make use of the
QuickfixjEngine.QuickfixjEngine(String, SessionSettings, MessageStoreFactory, LogFactory, MessageFactory) constructor
as the forcedShutdown paramater had/has no effect. |
| org.apache.camel.component.quickfixj.QuickfixjEngine(String, String, boolean)
Better make use of the
QuickfixjEngine.QuickfixjEngine(String, String) constructor
as the forcedShutdown paramater had/has no effect. |
| org.apache.camel.component.quickfixj.QuickfixjEngine(String, String, boolean, MessageStoreFactory, LogFactory, MessageFactory)
Better make use of the
QuickfixjEngine.QuickfixjEngine(String, String, MessageStoreFactory, LogFactory, MessageFactory) constructor
as the forcedShutdown paramater had/has no effect. |
Apache Camel