Package-level declarations

Types

Link copied to clipboard

Async Platform Database Connection Configuration

Link copied to clipboard

Async Job Processing Configuration

Link copied to clipboard

Async Compute Platform Configuration

Link copied to clipboard
class AsyncQueueConfig(id: String, username: String, password: String, host: String, port: Int, workers: Int)

Configuration entry for a single RabbitMQ queue.

Link copied to clipboard
class AsyncS3Config(host: String, port: Int, https: Boolean, bucket: String, accessToken: String, secretKey: String, rootPath: String)

S3 Store Connection Configuration