FakeIot
class FakeIot(jobs: Storage<StoredJob> = Storage.InMemory(), streams: Storage<StoredStream> = Storage.InMemory(), certificates: Storage<StoredCertificate> = Storage.InMemory(), region: Region = Region.of("ldn-north-1"), clock: Clock = Clock.systemUTC()) : ChaoticHttpHandler(source)
The AWS IoT control plane, of which the Jobs and stream operations are implemented. Share the jobs storage with a FakeIotJobsDataPlane and the control plane and the device API see one jobs state.
Constructors
Link copied to clipboard
constructor(jobs: Storage<StoredJob> = Storage.InMemory(), streams: Storage<StoredStream> = Storage.InMemory(), certificates: Storage<StoredCertificate> = Storage.InMemory(), region: Region = Region.of("ldn-north-1"), clock: Clock = Clock.systemUTC())