so 5.6 docs - Stiffstream/sobjectizer GitHub Wiki
SObjectizer-5.6 Documentation
This page contains documentation for SObjectizer v.5.6
Obtaining And Building
The actual information about obtaining and building SObjectizer can be found in README.md. Please look to that file for detailed information.
What's New?
Tutorials
- 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):
API Reference Manual
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.