toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-eventbridge-fake
/
org.http4k.connect.amazon.eventbridge
Package-level
declarations
Types
Functions
Types
Fake
Event
Bridge
Link copied to clipboard
class
FakeEventBridge
(
val
events
:
Storage
<
List
<
Event
>
>
=
Storage.InMemory()
)
:
ChaoticHttpHandler
Functions
create
Event
Bus
Link copied to clipboard
fun
AwsJsonFake
.
createEventBus
(
events
:
Storage
<
List
<
Event
>
>
)
:
RoutingHttpHandler
delete
Event
Bus
Link copied to clipboard
fun
AwsJsonFake
.
deleteEventBus
(
records
:
Storage
<
List
<
Event
>
>
)
:
RoutingHttpHandler
list
Event
Buses
Link copied to clipboard
fun
AwsJsonFake
.
listEventBuses
(
events
:
Storage
<
List
<
Event
>
>
)
:
RoutingHttpHandler
main
Link copied to clipboard
fun
main
(
)
put
Events
Link copied to clipboard
fun
AwsJsonFake
.
putEvents
(
events
:
Storage
<
List
<
Event
>
>
)
:
RoutingHttpHandler