@Path(value="/")
public interface EventAPI
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
proxyEvents(UUID proxyId,
List<Event> eventBatch)
Ingest a batch of events.
|
@POST
@Consumes(value="application/json")
@Path(value="v2/wfproxy/event")
javax.ws.rs.core.Response proxyEvents(@HeaderParam(value="X-WF-PROXY-ID")
UUID proxyId,
List<Event> eventBatch)
eventBatch - batch of events to be reportedCopyright © 2020. All rights reserved.