Uses of Interface
org.camunda.connect.spi.ConnectorRequestInterceptor
-
Packages that use ConnectorRequestInterceptor Package Description 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 Modifier and Type Class Description classDebugRequestInterceptorA 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 ConnectorRequestInterceptor Modifier and Type Field Description protected java.util.List<ConnectorRequestInterceptor>AbstractRequestInvocation. interceptorChainprotected java.util.List<ConnectorRequestInterceptor>AbstractConnector. requestInterceptorsTheConnectorRequestInterceptorchainMethods in org.camunda.connect.impl that return types with arguments of type ConnectorRequestInterceptor Modifier and Type Method Description java.util.List<ConnectorRequestInterceptor>AbstractConnector. getRequestInterceptors()Methods in org.camunda.connect.impl with parameters of type ConnectorRequestInterceptor Modifier and Type Method Description Connector<Q>AbstractConnector. addRequestInterceptor(ConnectorRequestInterceptor interceptor)Method parameters in org.camunda.connect.impl with type arguments of type ConnectorRequestInterceptor Modifier and Type Method Description Connector<Q>AbstractConnector. addRequestInterceptors(java.util.Collection<ConnectorRequestInterceptor> interceptors)voidAbstractConnector. setRequestInterceptors(java.util.List<ConnectorRequestInterceptor> requestInterceptors)Constructor parameters in org.camunda.connect.impl with type arguments of type ConnectorRequestInterceptor Constructor Description AbstractRequestInvocation(T target, ConnectorRequest<?> request, java.util.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 Modifier and Type Method Description java.util.List<ConnectorRequestInterceptor>Connector. getRequestInterceptors()Returns theConnectorRequestInterceptorchain for this connector.Methods in org.camunda.connect.spi with parameters of type ConnectorRequestInterceptor Modifier and Type Method Description Connector<Q>Connector. addRequestInterceptor(ConnectorRequestInterceptor interceptor)Adds aConnectorRequestInterceptorto this connector.Method parameters in org.camunda.connect.spi with type arguments of type ConnectorRequestInterceptor Modifier and Type Method Description Connector<Q>Connector. addRequestInterceptors(java.util.Collection<ConnectorRequestInterceptor> interceptors)Adds a collection ofConnectorRequestInterceptorto this connector.voidConnector. setRequestInterceptors(java.util.List<ConnectorRequestInterceptor> requestInterceptors)Sets theConnectorRequestInterceptors of this connector.
-