Class FlowClientService<T extends FlowTriggerPayload>


  • public class FlowClientService<T extends FlowTriggerPayload>
    extends Object
    Service layer for interacting with the FlowClient to execute flows in the Eliqua platform. This class acts as a wrapper around the FlowClient, providing simplified methods to trigger standard and extended flow executions.
    • Constructor Detail

      • FlowClientService

        public FlowClientService​(FlowClient client)
    • Method Detail

      • triggerFlowExecution

        public com.qivos.util.rest.common.envelope.APIResponseEnvelope<FlowResponsePayload> triggerFlowExecution​(T flowTriggerPayload)
      • triggerFlowExecutionExtended

        public com.qivos.util.rest.common.envelope.APIResponseEnvelope<FlowResponsePayload> triggerFlowExecutionExtended​(T flowTriggerPayload)