Annotation Type EnableQuickFixJServer
-
@Target(TYPE) @Retention(RUNTIME) @Documented @Import({QuickFixJServerConfiguration.class,QuickFixJTemplateConfiguration.class}) @Deprecated public @interface EnableQuickFixJServer
Deprecated.use auto-configuration instead, by setting quickfixj.server.enabled=true in the properties file. The EnableQuickFixJServer annotation will be removed in a future release.Sets up an Acceptor (Server), configures the connection to accept connections from an Initiator (Client), handles the connection's lifecycle and processes messages for all sessions- Author:
- Eduardo Sanchez-Ros