Package org.bonitasoft.web.client.api
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 TypeMethodDescriptionvoidcreateMessage(Message body) Send BPM message events Use this resource to send BPM message events.Send BPM message events Similar tocreateMessagebut it also returns the http response headers .
-
Method Details
-
createMessage
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
Send BPM message events Similar tocreateMessagebut 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)
-