| Modifier and Type | Method and Description |
|---|---|
protected FlowableHttpClient |
DefaultCmmnHttpActivityDelegate.createHttpClient() |
| Constructor and Description |
|---|
DefaultCmmnHttpActivityDelegate(FlowableHttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDelegateHttpHandler.handleHttpRequest(VariableContainer execution,
HttpRequest httpRequest,
FlowableHttpClient client) |
void |
DelegateExpressionHttpHandler.handleHttpRequest(VariableContainer execution,
HttpRequest httpRequest,
FlowableHttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
protected FlowableHttpClient |
DefaultBpmnHttpActivityDelegate.createHttpClient() |
| Constructor and Description |
|---|
DefaultBpmnHttpActivityDelegate(FlowableHttpClient httpClient) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowableHttpClient |
HttpRequestHandlerInvocation.client |
| Constructor and Description |
|---|
HttpRequestHandlerInvocation(HttpRequestHandler httpRequestHandlerInstance,
VariableContainer delegateExecution,
HttpRequest httpRequest,
FlowableHttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDelegateHttpHandler.handleHttpRequest(VariableContainer execution,
HttpRequest httpRequest,
FlowableHttpClient client) |
void |
DelegateExpressionHttpHandler.handleHttpRequest(VariableContainer execution,
HttpRequest httpRequest,
FlowableHttpClient client) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowableAsyncHttpClient |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRequestHandler.handleHttpRequest(VariableContainer execution,
HttpRequest httpRequest,
FlowableHttpClient client) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowableHttpClient |
BaseHttpActivityDelegate.httpClient |
protected FlowableHttpClient |
HttpClientConfig.httpClient |
| Modifier and Type | Method and Description |
|---|---|
protected abstract FlowableHttpClient |
BaseHttpActivityDelegate.createHttpClient() |
FlowableHttpClient |
HttpClientConfig.determineHttpClient() |
FlowableHttpClient |
HttpClientConfig.getHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClientConfig.setHttpClient(FlowableHttpClient httpClient) |
| Constructor and Description |
|---|
BaseHttpActivityDelegate(FlowableHttpClient httpClient) |
| Modifier and Type | Class and Description |
|---|---|
class |
ApacheHttpComponentsFlowableHttpClient |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringWebClientFlowableHttpClient |
| Modifier and Type | Method and Description |
|---|---|
default void |
HttpRequestHandler.handleHttpRequest(VariableContainer execution,
HttpRequest httpRequest,
FlowableHttpClient client)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SpringProcessEngineConfiguration |
ProcessEngineAutoConfiguration.springProcessEngineConfiguration(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider,
org.springframework.beans.factory.ObjectProvider<IdGenerator> processIdGenerator,
org.springframework.beans.factory.ObjectProvider<IdGenerator> globalIdGenerator,
org.springframework.beans.factory.ObjectProvider<AsyncExecutor> asyncExecutorProvider,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncListenableTaskExecutor> applicationTaskExecutorProvider,
org.springframework.beans.factory.ObjectProvider<AsyncExecutor> asyncHistoryExecutorProvider,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncListenableTaskExecutor> taskExecutor,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncListenableTaskExecutor> processTaskExecutor,
org.springframework.beans.factory.ObjectProvider<FlowableHttpClient> flowableHttpClient,
org.springframework.beans.factory.ObjectProvider<List<AutoDeploymentStrategy<ProcessEngine>>> processEngineAutoDeploymentStrategies) |
| Modifier and Type | Method and Description |
|---|---|
SpringCmmnEngineConfiguration |
CmmnEngineAutoConfiguration.cmmnEngineConfiguration(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider,
org.springframework.beans.factory.ObjectProvider<AsyncExecutor> asyncExecutorProvider,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncListenableTaskExecutor> taskExecutor,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncListenableTaskExecutor> cmmnTaskExecutor,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncListenableTaskExecutor> applicationTaskExecutorProvider,
org.springframework.beans.factory.ObjectProvider<FlowableHttpClient> flowableHttpClient,
org.springframework.beans.factory.ObjectProvider<List<AutoDeploymentStrategy<CmmnEngine>>> cmmnAutoDeploymentStrategies) |
Copyright © 2023 Flowable. All rights reserved.