HttpRequestHandler instead@Deprecated public interface HttpRequestHandler extends Serializable, HttpRequestHandler
| Modifier and Type | Method and Description |
|---|---|
default void |
handleHttpRequest(org.flowable.common.engine.api.variable.VariableContainer execution,
HttpRequest httpRequest,
FlowableHttpClient client)
Deprecated.
|
void |
handleHttpRequest(org.flowable.common.engine.api.variable.VariableContainer execution,
HttpRequest httpRequest,
org.apache.http.client.HttpClient client)
Deprecated.
|
default void handleHttpRequest(org.flowable.common.engine.api.variable.VariableContainer execution,
HttpRequest httpRequest,
FlowableHttpClient client)
handleHttpRequest in interface HttpRequestHandlervoid handleHttpRequest(org.flowable.common.engine.api.variable.VariableContainer execution,
HttpRequest httpRequest,
org.apache.http.client.HttpClient client)
Copyright © 2022 Flowable. All rights reserved.