C# (CSharp) Cinchcast.Roque.Core Namespace

Nested Namespaces

Cinchcast.Roque.Core.Configuration

Classes

Name Description
DontRetryOnAttribute
Executor Executes a Job by invoking a method in a service class. - If job target type is an interface castle windsor container is used to obtain a service. - Job retries are supported by using the RetryOnAttribute or throwing a ShouldRetryException
Executor.Target
FileWatcher
InMemoryQueue in-memory queue implementation
ShouldRetryException If a job throws this exception the Worker will retry.