Package-level declarations
Types
Link copied to clipboard
abstract class ConfigurationSpecificationWithDlq(val objectStorageConfig: ObjectStorageSpec? = DisabledObjectStorageSpec()) : ConfigurationSpecification
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface ObjectStorageConfigProvider
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class S3ObjectStorageConfig<T : OutputStream>(val awsAccessKeyConfiguration: AWSAccessKeyConfiguration, val awsArnRoleConfiguration: AWSArnRoleConfiguration, val s3BucketConfiguration: S3BucketConfiguration, val objectStorageCompressionConfiguration: ObjectStorageCompressionConfiguration<T>, val objectStorageFormatConfiguration: ObjectStorageFormatConfiguration, val objectStoragePathConfiguration: ObjectStoragePathConfiguration) : ObjectStorageConfig, AWSAccessKeyConfigurationProvider, AWSArnRoleConfigurationProvider, S3BucketConfigurationProvider, ObjectStorageCompressionConfigurationProvider<T> , ObjectStorageFormatConfigurationProvider, ObjectStoragePathConfigurationProvider