Package-level declarations

Types

Link copied to clipboard
class FakeKafkaRest(val consumers: Storage<ConsumerState> = Storage.InMemory(), val topics: Storage<List<SendRecord>> = Storage.InMemory(), baseUri: Uri = Uri.of("http://localhost:${FakeKafkaRest::class.defaultPort}")) : ChaoticHttpHandler

Functions

Link copied to clipboard
fun main()