Interface EventAPI


  • @Path("/")
    public interface EventAPI
    • Method Detail

      • proxyEvents

        @POST
        @Consumes("application/json")
        @Path("v2/wfproxy/event")
        javax.ws.rs.core.Response proxyEvents​(@HeaderParam("X-WF-PROXY-ID")
                                              UUID proxyId,
                                              List<Event> eventBatch)
        Ingest a batch of events.
        Parameters:
        eventBatch - batch of events to be reported
        Returns:
        HTTP response