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
Property | Type | Description |
---|---|---|
client | KyooAdapter <T > | The type of the queue adapter to use. This should be one of the supported adapters (e.g., "amqp", "bullmq", "sqs"). |
configuration | KyooClientConfiguration <T > | The configuration object for the specified queue adapter. This should match the expected configuration for the chosen adapter. See - AMQPAdapterConfiguration - BullMQAdapterConfiguration - SQSAdapterConfiguration |
options? | KyooConfigurationOptions | Optional Kyoo-specific options. |