Interface EventSubscriptionResource

    • Method Detail

      • getEventSubscription

        @GET
        @Produces("application/json")
        EventSubscriptionDto getEventSubscription()
      • triggerEvent

        @POST
        @Path("/trigger")
        @Consumes("application/json")
        void triggerEvent​(ExecutionTriggerDto triggerDto)