Uses of Interface
org.camunda.connect.spi.ConnectorRequestInterceptor
Packages that use ConnectorRequestInterceptor
Package
Description
-
Uses of ConnectorRequestInterceptor in org.camunda.connect.httpclient.impl
Constructor parameters in org.camunda.connect.httpclient.impl with type arguments of type ConnectorRequestInterceptorModifierConstructorDescriptionHttpRequestInvocation
(org.apache.http.client.methods.HttpRequestBase target, ConnectorRequest<?> request, List<ConnectorRequestInterceptor> interceptorChain, org.apache.http.client.HttpClient client) -
Uses of ConnectorRequestInterceptor in org.camunda.connect.impl
Classes in org.camunda.connect.impl that implement ConnectorRequestInterceptorModifier and TypeClassDescriptionclass
A dummy debug connector, which saves theConnectorRequest
(DebugRequestInterceptor.getRequest()
) and the raw request (DebugRequestInterceptor.getTarget()
) for debugging purpose.Fields in org.camunda.connect.impl with type parameters of type ConnectorRequestInterceptorModifier and TypeFieldDescriptionprotected List<ConnectorRequestInterceptor>
AbstractRequestInvocation.interceptorChain
protected List<ConnectorRequestInterceptor>
AbstractConnector.requestInterceptors
TheConnectorRequestInterceptor
chainMethods in org.camunda.connect.impl that return types with arguments of type ConnectorRequestInterceptorMethods in org.camunda.connect.impl with parameters of type ConnectorRequestInterceptorModifier and TypeMethodDescriptionAbstractConnector.addRequestInterceptor
(ConnectorRequestInterceptor interceptor) Method parameters in org.camunda.connect.impl with type arguments of type ConnectorRequestInterceptorModifier and TypeMethodDescriptionAbstractConnector.addRequestInterceptors
(Collection<ConnectorRequestInterceptor> interceptors) void
AbstractConnector.setRequestInterceptors
(List<ConnectorRequestInterceptor> requestInterceptors) Constructor parameters in org.camunda.connect.impl with type arguments of type ConnectorRequestInterceptorModifierConstructorDescriptionAbstractRequestInvocation
(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 ConnectorRequestInterceptorModifier and TypeMethodDescriptionConnector.getRequestInterceptors()
Returns theConnectorRequestInterceptor
chain for this connector.Methods in org.camunda.connect.spi with parameters of type ConnectorRequestInterceptorModifier and TypeMethodDescriptionConnector.addRequestInterceptor
(ConnectorRequestInterceptor interceptor) Adds aConnectorRequestInterceptor
to this connector.Method parameters in org.camunda.connect.spi with type arguments of type ConnectorRequestInterceptorModifier and TypeMethodDescriptionConnector.addRequestInterceptors
(Collection<ConnectorRequestInterceptor> interceptors) Adds a collection ofConnectorRequestInterceptor
to this connector.void
Connector.setRequestInterceptors
(List<ConnectorRequestInterceptor> requestInterceptors) Sets theConnectorRequestInterceptor
s of this connector.