Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
void |
SignalApi.throwSignal(SignalDto signalDto)
Event
A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers.
|
okhttp3.Call |
SignalApi.throwSignalAsync(SignalDto signalDto,
ApiCallback<Void> _callback)
Event (asynchronously)
A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers.
|
okhttp3.Call |
SignalApi.throwSignalCall(SignalDto signalDto,
ApiCallback _callback)
Build call for throwSignal
|
ApiResponse<Void> |
SignalApi.throwSignalWithHttpInfo(SignalDto signalDto)
Event
A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers.
|
Modifier and Type | Method and Description |
---|---|
SignalDto |
SignalDto.executionId(String executionId) |
SignalDto |
SignalDto.name(String name) |
SignalDto |
SignalDto.putVariablesItem(String key,
VariableValueDto variablesItem) |
SignalDto |
SignalDto.tenantId(String tenantId) |
SignalDto |
SignalDto.variables(Map<String,VariableValueDto> variables) |
SignalDto |
SignalDto.withoutTenantId(Boolean withoutTenantId) |
Copyright © 2022. All rights reserved.