#define ONIXS_FIXENGINE_API
The way in which the Engine will work with sockets.
@ DedicatedThreads
The session will use its own sending and receiving threads.
@ ThreadPool
The session will share the thread pool.
@ ExternalThread
Session events are handled by rolling an event loop in a user thread.
@ Default
By default, the session will use the mode that was configured for the whole Engine.
static ONIXS_FIXENGINE_API const char * toString(ThreadingModel::Enum value)
Returns a textual representation of the ThreadingModel::Enum value.
static ONIXS_FIXENGINE_API Enum parse(const std::string &fromText)
Parses the ThreadingModel::Enum value from the textual representation.