-
Notifications
You must be signed in to change notification settings - Fork 46
so 5.6 docs
eao197 edited this page Jul 28, 2022
·
3 revisions
This page contains documentation for SObjectizer v.5.6
The actual information about obtaining and building SObjectizer can be found in README.md. Please look to that file for detailed information.
- SObjectizer-5.6 Basics
- Let's look under the SObjectizer's hood
- Writing own tricky thread-pool dispatcher
In-Depth serie:
- Agent States
- Messages Of Arbitrary Types
- Send Functions
- Timers
- Mutable Messages
- Dispatchers
- Agents Priorities
- Exceptions
- Message Chains
- Message Limits
- Environment Infrastructures
- Run-Time Monitoring
- Message Delivery Filters
- Message Delivery Tracing
- Enveloped Messages
- Event Queue Hooks
Experimental feature(s):
If you need an API Reference Manual then you can build it by yourself using the Doxygen tool:
git clone https://github.com/Stiffstream/sobjectizer
cd sobjectizer/doxygen
doxygen
cd ../dev/doc/html
index.html
Or you can find an already generated documentation here.