| Package | Description |
|---|---|
| org.camunda.connect.impl | |
| org.camunda.connect.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
DebugRequestInterceptor
A dummy debug connector, which saves the
ConnectorRequest (DebugRequestInterceptor.getRequest())
and the raw request (DebugRequestInterceptor.getTarget()) for debugging purpose. |
| Modifier and Type | Field and Description |
|---|---|
protected List<ConnectorRequestInterceptor> |
AbstractRequestInvocation.interceptorChain |
protected List<ConnectorRequestInterceptor> |
AbstractConnector.requestInterceptors
The
ConnectorRequestInterceptor chain |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorRequestInterceptor> |
AbstractConnector.getRequestInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
Connector<Q> |
AbstractConnector.addRequestInterceptor(ConnectorRequestInterceptor interceptor) |
| Modifier and Type | Method and Description |
|---|---|
Connector<Q> |
AbstractConnector.addRequestInterceptors(Collection<ConnectorRequestInterceptor> interceptors) |
void |
AbstractConnector.setRequestInterceptors(List<ConnectorRequestInterceptor> requestInterceptors) |
| Constructor and Description |
|---|
AbstractRequestInvocation(T target,
ConnectorRequest<?> request,
List<ConnectorRequestInterceptor> interceptorChain) |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorRequestInterceptor> |
Connector.getRequestInterceptors()
Returns the
ConnectorRequestInterceptor chain for this connector. |
| Modifier and Type | Method and Description |
|---|---|
Connector<Q> |
Connector.addRequestInterceptor(ConnectorRequestInterceptor interceptor)
Adds a
ConnectorRequestInterceptor to this connector. |
| Modifier and Type | Method and Description |
|---|---|
Connector<Q> |
Connector.addRequestInterceptors(Collection<ConnectorRequestInterceptor> interceptors)
Adds a collection of
ConnectorRequestInterceptor to this connector. |
void |
Connector.setRequestInterceptors(List<ConnectorRequestInterceptor> requestInterceptors)
Sets the
ConnectorRequestInterceptors of this connector. |
Copyright © 2014–2022 Camunda Services GmbH. All rights reserved.