| Package | Description |
|---|---|
| net.leanix.webhooks.api | |
| net.leanix.webhooks.api.models |
| Modifier and Type | Method and Description |
|---|---|
EventListResponse |
EventsApi.createEventBatch(EventBatch body)
createEventBatch
Endpoint to trigger multiple events.
|
EventListResponse |
EventsApi.getEvents(String cursor,
Integer size,
Boolean withPayload)
getEvents
Endpoint to list the events (only for system users)
|
EventListResponse |
EventSubmitter.submitEventBatch(EventBatch batch)
Send an event batch to webhooks and retry if the post fails.
|
| Modifier and Type | Method and Description |
|---|---|
EventListResponse |
EventListResponse.cursor(String cursor) |
EventListResponse |
EventListResponse.data(List<Event> data) |
EventListResponse |
EventListResponse.errors(List<ApiError> errors) |
EventListResponse |
EventListResponse.message(String message) |
EventListResponse |
EventListResponse.status(String status) |
EventListResponse |
EventListResponse.total(Long total) |
EventListResponse |
EventListResponse.type(String type) |
Copyright © 2017 LeanIX GmbH. All rights reserved.