-
Notifications
You must be signed in to change notification settings - Fork 46
so 5.7 docs
eao197 edited this page Jun 1, 2023
·
13 revisions
This page contains documentation for SObjectizer v.5.7
The actual information about obtaining and building SObjectizer can be found in README.md. Please look to that file for detailed information.
v.5.7.5, v.5.7.4, v.5.7.3, v.5.7.2, v.5.7.1, v.5.7.0
- SObjectizer-5.7 Basics
- Let's look under the SObjectizer's hood
- Writing own tricky thread-pool dispatcher
In-Depth serie:
- Agent States
- Cooperations Of Agents
- Messages Of Arbitrary Types
- Message Holder
- Send Functions
- Timers
- Mutable Messages
- Dispatchers
- Agents Priorities
- Exceptions
- Message Chains
- Message Limits
- Environment Infrastructures
- Run-Time Monitoring
- Message Delivery Filters
- Message Delivery Tracing
- Deadletter Handlers
- Enveloped Messages
- Event Queue Hooks
- Stop Guards
- Custom Worker Threads
- Custom Direct Mbox
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.