Package app.cash.backfila.client.s3.record

Types

RecordStrategy
Link copied to clipboard
interface RecordStrategy<R : Any>
For easy re-use we make handling records a strategy that is used by Backfills.
StringStrategyTools
Link copied to clipboard
object StringStrategyTools
Utf8StringNewlineStrategy
Link copied to clipboard
class Utf8StringNewlineStrategy : RecordStrategy<String>
Produces single string records separated by newlines.