|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectorRequestInterceptor | |
|---|---|
| org.camunda.connect.impl | |
| org.camunda.connect.spi | |
| Uses of ConnectorRequestInterceptor in org.camunda.connect.impl |
|---|
| Classes in org.camunda.connect.impl that implement ConnectorRequestInterceptor | |
|---|---|
class |
DebugRequestInterceptor
A dummy debug connector, which saves the ConnectorRequest (DebugRequestInterceptor.getRequest())
and the raw request (DebugRequestInterceptor.getTarget()) for debugging purpose. |
| Fields in org.camunda.connect.impl with type parameters of type ConnectorRequestInterceptor | |
|---|---|
protected List<ConnectorRequestInterceptor> |
AbstractRequestInvocation.interceptorChain
|
protected List<ConnectorRequestInterceptor> |
AbstractConnector.requestInterceptors
The ConnectorRequestInterceptor chain |
| Methods in org.camunda.connect.impl that return types with arguments of type ConnectorRequestInterceptor | |
|---|---|
List<ConnectorRequestInterceptor> |
AbstractConnector.getRequestInterceptors()
|
| Methods in org.camunda.connect.impl with parameters of type ConnectorRequestInterceptor | |
|---|---|
Connector<Q> |
AbstractConnector.addRequestInterceptor(ConnectorRequestInterceptor interceptor)
|
| Method parameters in org.camunda.connect.impl with type arguments of type ConnectorRequestInterceptor | |
|---|---|
Connector<Q> |
AbstractConnector.addRequestInterceptors(Collection<ConnectorRequestInterceptor> interceptors)
|
void |
AbstractConnector.setRequestInterceptors(List<ConnectorRequestInterceptor> requestInterceptors)
|
| Constructor parameters in org.camunda.connect.impl with type arguments of type ConnectorRequestInterceptor | |
|---|---|
AbstractRequestInvocation(T target,
ConnectorRequest<?> request,
List<ConnectorRequestInterceptor> interceptorChain)
|
|
| Uses of ConnectorRequestInterceptor in org.camunda.connect.spi |
|---|
| Methods in org.camunda.connect.spi that return types with arguments of type ConnectorRequestInterceptor | |
|---|---|
List<ConnectorRequestInterceptor> |
Connector.getRequestInterceptors()
Returns the ConnectorRequestInterceptor chain for this connector. |
| Methods in org.camunda.connect.spi with parameters of type ConnectorRequestInterceptor | |
|---|---|
Connector<Q> |
Connector.addRequestInterceptor(ConnectorRequestInterceptor interceptor)
Adds a ConnectorRequestInterceptor to this connector. |
| Method parameters in org.camunda.connect.spi with type arguments of type ConnectorRequestInterceptor | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||