C# (CSharp) Cinchcast.Roque.Core Пространство имен

Пространства имен

Cinchcast.Roque.Core.Configuration

Классы

Имя Описание
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.