Package org.bonitasoft.web.client.api
Interface MessageApi
-
- All Superinterfaces:
ApiClient.Api
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public interface MessageApi extends ApiClient.Api
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateMessage(Message body)Send BPM message events Use this resource to send BPM message events.ApiResponse<Void>createMessageWithHttpInfo(Message body)Send BPM message events Similar tocreateMessagebut it also returns the http response headers .
-
-
-
Method Detail
-
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 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)
-
-