Namespace JobFlow.Core.Jobs.Dispatch
Classes
- BaseJobDispatcher
Abstract base class for Job dispatchers.
- BasicTransportDispatcher
Basic dispatcher that does no conversion. Recommended for transports that use a serialized (JSON) message for communication.
- TypedTransportDispatcher
Dispatcher that ensures the Document<T> and WorkRequest<T> are of the appropriate type.