Skip to content

Class ExecutorConfiguration

Namespace: Belay.Extensions.Configuration
Assembly: Belay.Extensions.dll

Configuration for executor behavior.

csharp
public class ExecutorConfiguration

Inheritance

objectExecutorConfiguration

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

CacheExpirationMs

Gets or sets the cache expiration time in milliseconds.

DefaultTaskTimeoutMs

Gets or sets the default task timeout in milliseconds.

EnableCachingByDefault

Gets or sets a value indicating whether caching is enabled by default.

MaxCacheSize

Gets or sets the maximum cache size for task results.

Released under the Apache License 2.0.