Class SignalApi
java.lang.Object
org.camunda.community.rest.client.api.SignalApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class SignalApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) voidthrowSignal(SignalDto signalDto) Event A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers.voidthrowSignal(SignalDto signalDto, Map<String, String> additionalHeaders) Event A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers.
-
Constructor Details
-
SignalApi
public SignalApi() -
SignalApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
throwSignal
Event A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers. Internally this maps to the engine's signal event received builder method `RuntimeService#createSignalEvent()`. For more information about the signal behavior, see the [Signal Events](https://docs.camunda.org/manual/7.21/reference/bpmn20/events/signal-events/) section of the [BPMN 2.0 Implementation Reference](https://docs.camunda.org/manual/7.21/reference/bpmn20/).- Parameters:
signalDto- (optional)- Throws:
ApiException- if fails to make API call
-
throwSignal
public void throwSignal(SignalDto signalDto, Map<String, String> additionalHeaders) throws ApiExceptionEvent A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers. Internally this maps to the engine's signal event received builder method `RuntimeService#createSignalEvent()`. For more information about the signal behavior, see the [Signal Events](https://docs.camunda.org/manual/7.21/reference/bpmn20/events/signal-events/) section of the [BPMN 2.0 Implementation Reference](https://docs.camunda.org/manual/7.21/reference/bpmn20/).- Parameters:
signalDto- (optional)additionalHeaders- additionalHeaders for this call- Throws:
ApiException- if fails to make API call
-