| Interface | Description |
|---|---|
| CloseableConnectorResponse |
A connector response which represents an open resource (link to open resource)
which must be closed.
|
| Connector<Q extends ConnectorRequest<?>> |
A connector represents a way to interact with some system, library or technology.
|
| ConnectorConfigurator<C extends Connector<?>> |
Can be used to configure connectors of a certain type.
|
| ConnectorInvocation |
Represents a request invocation / request execution.
|
| ConnectorProvider |
Provides a
Connector with a unique id. |
| ConnectorRequest<R extends ConnectorResponse> |
A connector request.
|
| ConnectorRequestInterceptor |
A request interceptor.
|
| ConnectorResponse |
A connector response representing the result of a connector invocation.
|
Copyright © 2014–2022 Camunda Services GmbH. All rights reserved.