Interface MessageApi

All Superinterfaces:
ApiClient.Api

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public interface MessageApi extends ApiClient.Api
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Send BPM message events Use this resource to send BPM message events.
    Send BPM message events Similar to createMessage but it also returns the http response headers .
  • Method Details

    • createMessage

      void createMessage(Message body)
      Send BPM message events Use this resource to send BPM message events. Message events are caught by processes using `catch message event` flow nodes (Start, intermediate, boundary or receive tasks).
      Parameters:
      body - A Message event (required)
    • createMessageWithHttpInfo

      ApiResponse<Void> createMessageWithHttpInfo(Message body)
      Send BPM message events Similar to createMessage but it also returns the http response headers . Use this resource to send BPM message events. Message events are caught by processes using `catch message event` flow nodes (Start, intermediate, boundary or receive tasks).
      Parameters:
      body - A Message event (required)