TplQueue¶
Preview status: The current TplQueue release line is a preview prototype. It is not production-ready yet and should currently be evaluated only in exploratory, proof-of-concept, or non-critical environments.
This documentation tree is the public entry point for the whole TplQueue ecosystem.
It brings together:
TplQueue.Coreruntime concepts that consumers need in order to build queues and job graphsTplQueue.Adapterintegration guidance for packages, dependency injection, caching, observers, serialization, and named queue creationTplQueue.Usagesample references for runnable package-consumption scenarios
Core usability documentation is integrated directly into the sections below. License and legal boundaries stay under License.
Start here¶
What TplQueue provides¶
IJobandIJobRootgraph compositionIDataJobandIDataJobRootpayload-aware executionIParallelQ,IFifoQ, andICacheQdispatch models- queue-level and root-level retry-policy selection
- observer-based runtime visibility
- adapter-side support for dependency injection, serialization, cache modules, and named queue configuration
Public package surfaces¶
Fmacias.TplQueue.CoreFmacias.TplQueueFmacias.TplQueue.Microsoft.DependencyInjectionFmacias.TplQueue.Cache.AbstractFmacias.TplQueue.Cache.MemCacheFmacias.TplQueue.RetryPoliciesFmacias.TplQueue.Serialization.SystemTextJsonFmacias.TplQueue.Observers
Compatibility note¶
Older public documentation used usage/ and reference.md as the main entry points. Those paths remain available as compatibility pages, but the primary source of truth is now the section structure shown above.