public class HttpRequestHandlerInvocation extends DelegateInvocation
HttpRequestHandlers| Modifier and Type | Field and Description |
|---|---|
protected FlowableHttpClient |
client |
protected VariableContainer |
delegateExecution |
protected HttpRequest |
httpRequest |
protected HttpRequestHandler |
httpRequestHandlerInstance |
invocationParameters, invocationResult| Constructor and Description |
|---|
HttpRequestHandlerInvocation(HttpRequestHandler httpRequestHandlerInstance,
VariableContainer delegateExecution,
HttpRequest httpRequest,
FlowableHttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getTarget()
returns the target of the current invocation, ie.
|
protected void |
invoke() |
getInvocationParameters, getInvocationResult, proceedprotected final HttpRequestHandler httpRequestHandlerInstance
protected final VariableContainer delegateExecution
protected final HttpRequest httpRequest
protected final FlowableHttpClient client
public HttpRequestHandlerInvocation(HttpRequestHandler httpRequestHandlerInstance, VariableContainer delegateExecution, HttpRequest httpRequest, FlowableHttpClient client)
protected void invoke()
invoke in class DelegateInvocationpublic Object getTarget()
DelegateInvocationgetTarget in class DelegateInvocationCopyright © 2020 Flowable. All rights reserved.