| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectorConnectionProvider<C extends ConnectorConnection>
Interface that provides basic functionality for connection providers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectorMetadataResolver<CONFIG extends ConnectorConfig,CONNECTION extends ConnectorConnection,SERVICE extends BlockingConnectorService,ERROR extends Enum<ERROR> & org.mule.runtime.extension.api.error.ErrorTypeDefinition<ERROR>>
Parent metadata resolver for all Metadata Resolvers on the connectors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectorOperation<CONFIG extends ConnectorConfig,CONNECTION extends ConnectorConnection,SERVICE extends ConnectorService,ERROR extends Enum & org.mule.runtime.extension.api.error.ErrorTypeDefinition>
Parent class for all blocking operations.
|
class |
NonBlockingConnectorOperation<CONFIG extends ConnectorConfig,CONNECTION extends ConnectorConnection,SERVICE extends ConnectorService,PAYLOAD,ATTRIBUTES,ERROR extends Enum & org.mule.runtime.extension.api.error.ErrorTypeDefinition>
Parent class for all non-blocking operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingConnectorService<CONFIG extends ConnectorConfig,CONNECTION extends ConnectorConnection>
Parent class for all Connector Services.
|
class |
NonBlockingConnectorService<CONFIG extends ConnectorConfig,CONNECTION extends ConnectorConnection,PAYLOAD,ATTRIBUTES>
Implementation of
BlockingConnectorService that adds the CompletionCallback to itself, allowing only methods
in this class that return the same payload type and attributes type. |
Copyright © 2018. All rights reserved.