Core concepts
Sync Adapters
Understanding and creating synchronous adapters in X Framework
Sync Adapters
Sync adapters are used for operations that can be initialized immediately, like configuration or logging.
Using Sync Adapters
Writing a Sync Adapter
To create your own sync adapter, extend the SyncAdapter
class: