Class AbstractRequestInvocation<T>

java.lang.Object
org.camunda.connect.impl.AbstractRequestInvocation<T>
All Implemented Interfaces:
ConnectorInvocation
Direct Known Subclasses:
HttpRequestInvocation

public abstract class AbstractRequestInvocation<T> extends Object implements ConnectorInvocation
A simple invocation implementation routing a request through a chain of interceptors. Implementations must implement the invokeTarget() method in order to implement the actual request execution / target invocation.
Author:
Daniel Meyer