Package-level declarations

Types

Link copied to clipboard

Object representing the configuration for the Karya environment.

Link copied to clipboard
abstract class LocksConfig(val provider: String)

Abstract class representing the configuration for locks.

Link copied to clipboard
abstract class QueueConfig(val provider: String)

Abstract class representing the configuration for queues.

Link copied to clipboard
abstract class RepoConfig(val provider: String, val partitions: Int)

Abstract class representing the configuration for repositories.