Skip to content

Interface: KyooConfiguration<T>

KyooConfiguration is a generic type that represents the configuration for a specific queue adapter. It includes the adapter type and its corresponding configuration, as well as Kyoo-specific options.

Type Parameters

Type Parameter
T extends KyooClient

Properties

PropertyTypeDescription
clientKyooAdapter<T>The type of the queue adapter to use. This should be one of the supported adapters (e.g., "amqp", "bullmq", "sqs").
configurationKyooClientConfiguration<T>The configuration object for the specified queue adapter. This should match the expected configuration for the chosen adapter. See - AMQPAdapterConfiguration - BullMQAdapterConfiguration - SQSAdapterConfiguration
options?KyooConfigurationOptionsOptional Kyoo-specific options.