FakeFirehose

class FakeFirehose(val records: Storage<List<Record>> = Storage.InMemory()) : ChaoticHttpHandler

Constructors

Link copied to clipboard
constructor(records: Storage<List<Record>> = Storage.InMemory())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Convenience function to get a Firehose client

Link copied to clipboard
open operator override fun invoke(request: Request): Response
Link copied to clipboard
Link copied to clipboard