Uses of Interface
org.camunda.connect.spi.ConnectorInvocation
-
Packages that use ConnectorInvocation Package Description org.camunda.connect.impl org.camunda.connect.spi -
-
Uses of ConnectorInvocation in org.camunda.connect.impl
Classes in org.camunda.connect.impl that implement ConnectorInvocation Modifier and Type Class Description classAbstractRequestInvocation<T>A simple invocation implementation routing a request through a chain of interceptors.Methods in org.camunda.connect.impl with parameters of type ConnectorInvocation Modifier and Type Method Description java.lang.ObjectDebugRequestInterceptor. handleInvocation(ConnectorInvocation invocation) -
Uses of ConnectorInvocation in org.camunda.connect.spi
Methods in org.camunda.connect.spi with parameters of type ConnectorInvocation Modifier and Type Method Description java.lang.ObjectConnectorRequestInterceptor. handleInvocation(ConnectorInvocation invocation)Intercept and handle the actual invocation.
-