| Package | Description |
|---|---|
| org.camunda.connect | |
| org.camunda.connect.impl | |
| org.camunda.connect.spi |
| Modifier and Type | Method and Description |
|---|---|
static <C extends Connector<? extends ConnectorRequest<?>>> |
Connectors.getConnector(String connectorId) |
<C extends Connector<? extends ConnectorRequest<?>>> |
Connectors.getConnectorById(String connectorId) |
static <C extends Connector<? extends ConnectorRequest<?>>> |
Connectors.http() |
static <C extends Connector<? extends ConnectorRequest<?>>> |
Connectors.soap() |
| Modifier and Type | Method and Description |
|---|---|
Set<Connector<? extends ConnectorRequest<?>>> |
Connectors.getAllAvailableConnectors() |
static Set<Connector<? extends ConnectorRequest<?>>> |
Connectors.getAvailableConnectors() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnector<Q extends ConnectorRequest<R>,R extends ConnectorResponse>
Abstract implementation of the connector interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnectorRequest<R extends ConnectorResponse> |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectorRequest<?> |
AbstractRequestInvocation.request |
| Modifier and Type | Method and Description |
|---|---|
<T extends ConnectorRequest<?>> |
DebugRequestInterceptor.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
ConnectorRequest<?> |
AbstractRequestInvocation.getRequest() |
| Constructor and Description |
|---|
AbstractRequestInvocation(T target,
ConnectorRequest<?> request,
List<ConnectorRequestInterceptor> interceptorChain) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Connector<Q extends ConnectorRequest<?>>
A connector represents a way to interact with some system, library or technology.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorRequest<?> |
ConnectorInvocation.getRequest()
The connector request as created through the API.
|
Copyright © 2018 camunda services GmbH. All rights reserved.