public class AppTaskBatchProcessorSettings : AppTaskProcessorSettings
DisableAutomaticProgressUpdates |
When true, automatic progress updates are disabled and must be handled manually.
(Inherited from AppTaskProcessorSettings) |
EnableAutomaticTaskUpdates |
When enabled, the processor will automatically update
the task info with the default update info when an event is fired.
- IE, ProcessingCompleted => Task is updated in task queue as completed with default update info.
When this is setting is disabled, all updates to the task queue should be handled inside the task handler.
(Inherited from AppTaskProcessorSettings) |
GetStatusInfo |
Optional - Status info resolver.
- Accepts an ApplicationTask as the identifier.
- Resolves JSON response data.
(Inherited from AppTaskProcessorSettings) |
GetTraceInfo |
Optional - Trace info resolver.
- Accepts an ApplicationTask as the identifier.
- Resolves JSON response data.
(Inherited from AppTaskProcessorSettings) |
IsTraceLogEnabled |
Callback used to determine if trace logging is enabled at that time.
(Inherited from AppTaskProcessorSettings) |
MaxConcurrentBatches | Maximum concurrent batches. |
MaxConcurrentJobs |
Maximum concurrent jobs that can process at any one time, per batch.
(Inherited from AppTaskProcessorSettings) |
PermanentVault |
Permanent vault reference.
(Inherited from AppTaskProcessorSettings) |
PollTasksOnJobCompletion |
When true, polling is triggered right away after a job has completed processing.
- This prevents the need to wait a full polling cycle to get the next task.
(Inherited from AppTaskProcessorSettings) |
QueueDef |
Task queue definition info used to register / open the task queue.
(Inherited from AppTaskProcessorSettings) |
TaskHandlers |
Task handler dictionary, indexed by task handler identifier.
(Inherited from AppTaskProcessorSettings) |
TaskQueueManager |
Task queue manager for this processor.
(Inherited from AppTaskProcessorSettings) |
VaultExtensionMethodProxyId |
Vault extension method identifier that should receive the VaultExtensionMethod calls.
- Note this is called the proxy, in that it commonly routes the calls to an id specific handler.
(Inherited from AppTaskProcessorSettings) |
Validate |
Validates the settings object, throwing an error when validation issues are found.
(Overrides AppTaskProcessorSettingsValidate) |