Class TriggerResponse

java.lang.Object
org.apache.flink.runtime.rest.handler.async.TriggerResponse
All Implemented Interfaces:
ResponseBody

public class TriggerResponse extends Object implements ResponseBody
Response to the triggering of an asynchronous operation.
  • Constructor Details

    • TriggerResponse

      public TriggerResponse(TriggerId triggerId)
  • Method Details

    • getTriggerId

      public TriggerId getTriggerId()