Uses of Interface
org.camunda.connect.spi.ConnectorInvocation

Packages that use ConnectorInvocation
org.camunda.connect.httpclient.impl   
org.camunda.connect.impl   
org.camunda.connect.spi   
 

Uses of ConnectorInvocation in org.camunda.connect.httpclient.impl
 

Classes in org.camunda.connect.httpclient.impl that implement ConnectorInvocation
 class HttpRequestInvocation
           
 

Uses of ConnectorInvocation in org.camunda.connect.impl
 

Classes in org.camunda.connect.impl that implement ConnectorInvocation
 class AbstractRequestInvocation<T>
          A simple invocation implementation routing a request through a chain of interceptors.
 

Methods in org.camunda.connect.impl with parameters of type ConnectorInvocation
 Object DebugRequestInterceptor.handleInvocation(ConnectorInvocation invocation)
           
 

Uses of ConnectorInvocation in org.camunda.connect.spi
 

Methods in org.camunda.connect.spi with parameters of type ConnectorInvocation
 Object ConnectorRequestInterceptor.handleInvocation(ConnectorInvocation invocation)
          Intercept and handle the actual invocation.
 



Copyright © 2016 camunda services GmbH. All rights reserved.