Class ProxyResource


  • @Path("/api/v1/lineage")
    public class ProxyResource
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void proxyEvent​(@Valid java.lang.String eventAsString, javax.ws.rs.container.AsyncResponse asyncResponse)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProxyResource

        public ProxyResource​(@NonNull
                             @NonNull ProxyService service)
    • Method Detail

      • proxyEvent

        @POST
        @Consumes("application/json")
        public void proxyEvent​(@Valid
                               @Valid java.lang.String eventAsString,
                               @Suspended
                               javax.ws.rs.container.AsyncResponse asyncResponse)