| Package | Description |
|---|---|
| net.leanix.webhooks.api | |
| net.leanix.webhooks.api.models |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
EventsApi.trigger(Event body)
trigger
Endpoint to trigger an event.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
EventResponse.getData() |
Event |
Event.messageId(String messageId) |
Event |
Event.payload(String payload) |
Event |
Event.tags(List<String> tags)
a list of tags describing the nature of this event, used to find subscriptions for this event
|
Event |
Event.workspaceId(String workspaceId)
An optional UUID string if the event is related to a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
EventBatch.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
EventResponse.data(Event data) |
void |
EventResponse.setData(Event data) |
| Modifier and Type | Method and Description |
|---|---|
EventBatch |
EventBatch.events(List<Event> events) |
void |
EventBatch.setEvents(List<Event> events) |
Copyright © 2017 LeanIX GmbH. All rights reserved.