Public Member Functions | |
| SessionSchedulerOptions () | |
| ~SessionSchedulerOptions () | |
| const std::string & | configurationFile () const noexcept |
| SessionSchedulerOptions & | configurationFile (const std::string &file) |
| SessionSchedulerListener * | eventListener () const noexcept |
| SessionSchedulerOptions & | eventListener (SessionSchedulerListener *listener) noexcept |
| SchedulerThreadingModel::Enum | threadingModel () const noexcept |
| void | threadingModel (SchedulerThreadingModel::Enum threadingModel) noexcept |
Definition at line 83 of file SessionScheduler.h.
|
noexcept |
| SessionSchedulerOptions & configurationFile | ( | const std::string & | file | ) |
Sets the path to the scheduler configuration file.
|
noexcept |
|
noexcept |
Sets the event listener.
|
noexcept |
The threading model.
|
noexcept |
Updates the threading model.