public class SignalApi extends Object
Constructor and Description |
---|
SignalApi() |
SignalApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
void |
throwSignal(SignalDto signalDto)
Event
A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers.
|
okhttp3.Call |
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 |
throwSignalCall(SignalDto signalDto,
ApiCallback _callback)
Build call for throwSignal
|
ApiResponse<Void> |
throwSignalWithHttpInfo(SignalDto signalDto)
Event
A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers.
|
public SignalApi()
public SignalApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call throwSignalCall(SignalDto signalDto, ApiCallback _callback) throws ApiException
signalDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void throwSignal(SignalDto signalDto) throws ApiException
signalDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> throwSignalWithHttpInfo(SignalDto signalDto) throws ApiException
signalDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call throwSignalAsync(SignalDto signalDto, ApiCallback<Void> _callback) throws ApiException
signalDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2022. All rights reserved.