|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectorResponse | |
|---|---|
| org.camunda.connect.impl | |
| org.camunda.connect.spi | |
| Uses of ConnectorResponse in org.camunda.connect.impl |
|---|
| Classes in org.camunda.connect.impl with type parameters of type ConnectorResponse | |
|---|---|
class |
AbstractConnector<Q extends ConnectorRequest<R>,R extends ConnectorResponse>
Abstract implementation of the connector interface. |
class |
AbstractConnectorRequest<R extends ConnectorResponse>
|
| Classes in org.camunda.connect.impl that implement ConnectorResponse | |
|---|---|
class |
AbstractCloseableConnectorResponse
This class is a base class for implementing closeable connector responses based on Closeable. |
class |
AbstractConnectorResponse
|
| Uses of ConnectorResponse in org.camunda.connect.spi |
|---|
| Classes in org.camunda.connect.spi with type parameters of type ConnectorResponse | |
|---|---|
interface |
ConnectorRequest<R extends ConnectorResponse>
A connector request. |
| Subinterfaces of ConnectorResponse in org.camunda.connect.spi | |
|---|---|
interface |
CloseableConnectorResponse
A connector response which represents an open resource (link to open resource) which must be closed. |
| Methods in org.camunda.connect.spi that return ConnectorResponse | |
|---|---|
ConnectorResponse |
Connector.execute(Q request)
Execute the request on the connector. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||