toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-firehose-fake
/
org.http4k.connect.amazon.firehose
Package-level
declarations
Types
Functions
Types
Fake
Firehose
Link copied to clipboard
class
FakeFirehose
(
val
records
:
Storage
<
List
<
Record
>
>
=
Storage.InMemory()
)
:
ChaoticHttpHandler
Functions
create
Delivery
Stream
Link copied to clipboard
fun
AwsJsonFake
.
createDeliveryStream
(
records
:
Storage
<
List
<
Record
>
>
)
:
RoutingHttpHandler
delete
Delivery
Stream
Link copied to clipboard
fun
AwsJsonFake
.
deleteDeliveryStream
(
records
:
Storage
<
List
<
Record
>
>
)
:
RoutingHttpHandler
list
Delivery
Streams
Link copied to clipboard
fun
AwsJsonFake
.
listDeliveryStreams
(
records
:
Storage
<
List
<
Record
>
>
)
:
RoutingHttpHandler
main
Link copied to clipboard
fun
main
(
)
put
Record
Link copied to clipboard
fun
AwsJsonFake
.
putRecord
(
records
:
Storage
<
List
<
Record
>
>
)
:
RoutingHttpHandler
put
Record
Batch
Link copied to clipboard
fun
AwsJsonFake
.
putRecordBatch
(
records
:
Storage
<
List
<
Record
>
>
)
:
RoutingHttpHandler