public class WorkloadUpdateEvent extends SimpleBusinessEvent<WorkloadUpdateInput,Void>
Event for triggering a workload update operation. This event carries the input parameters for the operation and returns the solution in the journal.
Since:
20.0
GCApi:
event
No Reactors
No Spouts
  • Constructor Details

    • WorkloadUpdateEvent

      public WorkloadUpdateEvent(WorkloadUpdateInput input)
      Creates a new workload update event with the given input.
      Parameters:
      input - the input parameters for the operation