String
Microsoft Dynamics 365 Connector 2.6 Reference - Mule 4
Anypoint Connector for Microsoft Dynamics 365 (Microsoft Dynamics 365 Connector) enables integration with the Microsoft Dynamics 365 Cloud API.
Configuration
Default Configuration for Microsoft Dynamics 365 Connector.
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
Name for this configuration. Connectors reference the configuration with this name. |
x |
||
Connection |
Connection types for this configuration. |
x |
||
Encoding |
Body encoding.
|
|||
Name |
String |
ID used to reference this configuration. |
x |
|
Expiration Policy |
Configures the minimum amount of time that a dynamic configuration instance can remain idle before Mule considers it eligible for expiration. |
Connection (OAuth 2.0) Connection Type
Connects to servers that manage authorization and token access.
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Version |
String |
Version number of the API to connect to. |
|
|
(Deprecated) Scope |
String |
Do not use this parameter. This parameter cannot be used for the authentication request. The authentication fails if both the Scope and Scopes parameters are used, since they both provide the same functionality. This parameter will be removed in a future version. |
|
|
Resource |
String |
Endpoint URL. |
x |
|
Response Type |
String |
Response type must be |
|
|
Read Timeout |
Number |
How long the consumer waits for a response before it times out, in milliseconds. Default value is |
|
|
Connection Timeout |
Number |
How long the connector waits before timing out when establishing a connection to the remote service. Default value is |
|
|
Host |
String |
Hostname of the proxy. If this property is not set, then no proxy is used; otherwise, a proxy is used, but a proxy host must be specified. |
||
Port |
Number |
Port of the proxy. If Host is set, then this property must be set and cannot be a negative number. |
||
Username |
String |
Username used to authenticate against the proxy. If this property is not set, then authentication is not applied to the proxy. |
||
Password |
String |
Password used to authenticate against the proxy. |
||
Reconnection |
Configures a reconnection strategy to use when a connector operation fails to connect to an external server. |
|||
Consumer Key |
String |
OAuth consumer key, as registered with the service provider. |
x |
|
Consumer Secret |
String |
OAuth consumer secret, as registered with the service provider. |
x |
|
Authorization Url |
String |
URL of the service provider’s authorization endpoint. |
|
|
Access Token Url |
String |
URL of the service provider’s access token endpoint. |
|
|
Scopes |
String |
OAuth scopes to request during the OAuth dance. This value defaults to the scopes in the annotation. |
||
Resource Owner Id |
String |
Resource owner ID to use if the component does not have another reference. |
||
Before |
String |
Name of the flow to execute immediately before starting the OAuth dance. |
||
After |
String |
Name of the flow to execute immediately after receiving an access token. |
||
Listener Config |
String |
Configuration for the HTTP listener that listens for requests on the access token callback endpoint. |
x |
|
Callback Path |
String |
Path of the access token callback endpoint. |
x |
|
Authorize Path |
String |
Path of the local HTTP endpoint that triggers the OAuth dance. |
x |
|
External Callback Url |
String |
URL that the OAuth provider uses to access the callback endpoint if the endpoint is behind a proxy or accessed through an indirect URL. |
||
Object Store |
String |
Configures the object store that stores data for each resource owner. If not configured, Mule uses the default object store. |
OAuth Client Credentials Connection Type
Uses a client ID and a client secret to authenticate the connection to the server.
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Version |
String |
Version number of the API to connect to. |
|
|
Endpoint |
String |
Location where to send the requests. |
x |
|
Read Timeout |
Number |
How long the consumer waits for a response before it times out, in milliseconds. Default value is |
|
|
Connection Timeout |
Number |
How long the connector waits before timing out when establishing a connection to the remote service. Default value is |
|
|
Host |
String |
Hostname of the proxy. If this property is not set, then no proxy is used; otherwise, a proxy is used, but a proxy host must be specified. |
||
Port |
Number |
Port of the proxy. If Host is set, then this property must be set and cannot be a negative number. |
||
Username |
String |
Username used to authenticate against the proxy. If this property is not set, then authentication is not applied to the proxy. |
||
Password |
String |
Password used to authenticate against the proxy. |
||
Reconnection |
Configures a reconnection strategy to use when a connector operation fails to connect to an external server. |
|||
Client ID |
String |
OAuth client ID, as registered with the service provider. |
x |
|
Client secret |
String |
OAuth client secret, as registered with the service provider. |
x |
|
Token url |
String |
The service provider’s token endpoint URL. |
|
|
Scopes |
String |
OAuth scopes to request during the OAuth dance. This value defaults to the scopes in the annotation. |
||
Object Store |
String |
Configures the object store that stores data for each resource owner. If not configured, Mule uses the default object store. |
OAuth Username Password Connection Type
Uses a username and a password to authenticate the connection to the server.
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Version |
String |
Version number of the API to connect to. |
|
|
Read Timeout |
Number |
How long the consumer waits for a response before it times out, in milliseconds. Default value is |
|
|
Connection Timeout |
Number |
How long the connector waits before timing out when establishing a connection to the remote service. Default value is |
|
|
Host |
String |
Hostname of the proxy. If this property is not set, then no proxy is used; otherwise, a proxy is used, but a proxy host must be specified. |
||
Port |
Number |
Port of the proxy. If Host is set, then this property must be set and cannot be a negative number. |
||
Username |
String |
Username used to authenticate against the proxy. If this property is not set, then authentication is not applied to the proxy. |
||
Password |
String |
Password used to authenticate against the proxy. |
||
Username |
String |
Username used to initialize the session. |
x |
|
Password |
String |
Password used to authenticate the user. |
x |
|
Resource |
String |
Application ID URI of the web API (secured resource). |
x |
|
Client Id |
String |
Application ID assigned to your application when you register the application with Azure AD. You can find this Client Id in the Azure Portal. Click Active Directory, select the directory, choose the application, and click Configure. |
x |
|
Client Secret |
String |
Application secret that you create in the application registration portal for your application. This Client Secret must not be used in a native app, because client secrets cannot be reliably stored on devices. It is required for web apps and web APIs, which store the client secret securely on the server side. |
x |
|
Token Request Endpoint |
String |
Token request endpoint. |
x |
|
Reconnection |
Configures a reconnection strategy to use when a connector operation fails to connect to an external server. |
Sources
Microsoft Dynamics 365 Connector sources use Object Store to save watermarks. You might experience limitations that are specific to the Object Store implementation you are using (Object Store for CloudHub deployments or Object Store for on-premises deployments), so configure Object Store to suit your needs. For more information, see The Different Types of Object Stores Explained. |
On Deleted Object Listener
<dynamics:on-deleted-object>
Starts your app when an object is deleted.
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Entity Type |
String |
Describes business data. Example values are |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Primary Node Only |
Boolean |
Determines whether to execute this source on only the primary node when running Mule instances in a cluster. |
||
Scheduling Strategy |
Scheduling Strategy |
Configures the scheduler that triggers the polling. |
x |
|
Redelivery Policy |
Defines a policy for processing the redelivery of the same message. |
|||
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
On Modified Object
<dynamics:on-modified-object>
Starts your app when an object is modified.
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Since |
String |
Required date format is |
||
Entity Type |
String |
Describes business data. Example values are |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Primary Node Only |
Boolean |
Determines whether to execute this source on only the primary node when running Mule instances in a cluster. |
||
Scheduling Strategy |
Scheduling Strategy |
Configures the scheduler that triggers the polling. |
x |
|
Redelivery Policy |
Defines a policy for processing the redelivery of the same message. |
|||
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
On New Object
<dynamics:on-new-object>
Starts your app when a new object is created.
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Since |
String |
Required date format is |
||
Entity Type |
String |
Describes business data. Example values are |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Primary Node Only |
Boolean |
Determines whether to execute this source on only the primary node when running Mule instances in a cluster. |
||
Scheduling Strategy |
Scheduling Strategy |
Configures the scheduler that triggers the polling. |
x |
|
Redelivery Policy |
Defines a policy for processing the redelivery of the same message. |
|||
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Operations
Create
<dynamics:create>
Creates a new entity.
-
Create New Entity -
https://msdn.microsoft.com/en-us/library/gg328090.aspx
-
Associate Entity Upon Creation -
https://msdn.microsoft.com/en-us/library/mt607875.aspx#Anchor_4
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Logical Name |
String |
Logical name of the entity. It is always the schema name in lower case. |
x |
|
Attributes |
Object |
Attributes of the entity to create as a map. |
|
|
Encoding |
Body encoding.
|
|||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
|
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Create Multiple
<dynamics:create-multiple>
Creates multiple entities.
-
Create New Entity -
https://msdn.microsoft.com/en-us/library/gg328090.aspx
-
Associate Entity Upon Creation -
https://msdn.microsoft.com/en-us/library/mt607875.aspx#Anchor_4
-
Batch Request -
https://msdn.microsoft.com/en-us/library/mt607719.aspx
Name | Type | Description | Default Value | Required | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|||||||||||||||||||||||||||||||
Logical Name |
String |
Logical name of the entity. It is always the schema name in lower case. |
x |
|||||||||||||||||||||||||||||||
Entities Attributes |
Array of Object |
List of the entities' attributes to create as a list of maps. |
|
|||||||||||||||||||||||||||||||
Use Single Transaction |
Boolean |
Use a single transaction for creation. If the entity creation fails, the transaction is rolled back. |
|
|||||||||||||||||||||||||||||||
Continue On Error |
Boolean |
Continue in case of error. The default value of You can use Continue On Error in conjunction with Use Single Transaction. Suppose you want to execute an operation with a payload of 10 records. This payload contains one broken record, number 5, that fails. The other 9 records succeed. The following table shows the output, which depends on the values of Continue On Error and Use Single Transaction:
|
|
|||||||||||||||||||||||||||||||
Encoding |
Body encoding.
|
|||||||||||||||||||||||||||||||||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|||||||||||||||||||||||||||||||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||||||||||||||||||||||||||||||||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
|
|||||||||||||||||||||||||||||||
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete
<dynamics:delete>
Deletes an entity.
-
Delete an Entity -
https://msdn.microsoft.com/en-us/library/mt607664.aspx
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Logical Name |
String |
Logical name of the entity. It is always the schema name in lower case. |
x |
|
Id |
String |
ID of the entity to delete. |
|
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Delete Multiple
<dynamics:delete-multiple>
Deletes multiple entities.
-
Delete an Entity -
https://msdn.microsoft.com/en-us/library/mt607664.aspx
-
Batch Request -
https://msdn.microsoft.com/en-us/library/mt607719.aspx
Name | Type | Description | Default Value | Required | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|||||||||||||||||||||||||||||||
Logical Name |
String |
Logical name of the entity. It is always the schema name in lower case. |
x |
|||||||||||||||||||||||||||||||
Ids |
Array of String |
List of IDs to delete. |
|
|||||||||||||||||||||||||||||||
Use Single Transaction |
Boolean |
Use a single transaction for deletion. If the deletion fails, the transaction is rolled back. |
|
|||||||||||||||||||||||||||||||
Continue On Error |
Boolean |
Continue in case of error. The default value of You can use Continue On Error in conjunction with Use Single Transaction. Suppose you want to execute an operation with a payload of 10 records. This payload contains one broken record, number 5, that fails. The other 9 records succeed. The following table shows the output, which depends on the values of Continue On Error and Use Single Transaction:
|
|
|||||||||||||||||||||||||||||||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|||||||||||||||||||||||||||||||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||||||||||||||||||||||||||||||||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
|
|||||||||||||||||||||||||||||||
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Disassociate
<dynamics:disassociate>
Removes a reference to an entity.
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Logical Name |
String |
Logical name of the entity. It is always the schema name in lower case. |
x |
|
Attributes |
Object |
Disassociates a request’s payload. |
|
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Do Action
<dynamics:do-action>
Call an action.
-
Use Web API Actions -
https://msdn.microsoft.com/en-us/library/mt607600.aspx
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Action Name |
String |
Action name to call. |
x |
|
Bounded Entity Type |
String |
Optional bounded entity type. You must provide this value if the action is bounded. |
||
Bounded Entity Id |
String |
Optional bounded entity ID. You must provide this value if the action is bounded. |
||
Related Entities |
Object |
Body to send in the request as a map. |
|
|
Encoding |
Body encoding.
|
|||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
|
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Invoke
<dynamics:invoke>
Generic simple invoke.
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Uri |
String |
URI to invoke. |
x |
|
Http Method |
Enumeration, one of:
|
HTTP method to invoke. |
x |
|
Headers |
Object |
HTTP headers used in the request. |
||
Body |
String |
String placed in the body of the request. |
||
Encoding |
Body encoding.
|
|||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
|
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Retrieve
<dynamics:retrieve>
Retrieves an entity.
-
Retrieve an Entity -
https://msdn.microsoft.com/en-us/library/mt607871.aspx
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Logical Name |
String |
Logical name of the entity. It is always the schema name in lower case. |
x |
|
Id |
String |
ID of the entity to retrieve. |
|
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
|
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Retrieve Multiple
<dynamics:retrieve-multiple>
Retrieve multiple by URL.
-
Query Data using the Web API -
https://msdn.microsoft.com/en-us/library/gg334767.aspx
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Data Query URL |
String |
URL to use for data retrieval. |
x |
|
Page Size |
Number |
Number of items in a results page. |
|
|
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure how Mule processes streams with streaming strategies. Repeatable streams are the default behavior. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
|
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Retrieve Multiple By Query
<dynamics:retrieve-multiple-by-query>
Retrieve multiple by DSQL query.
-
Query Data using the Web API -
https://msdn.microsoft.com/en-us/library/gg334767.aspx
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Datasense Query |
String |
DSQL query used to retrieve. The query is transformed in a retrieve URL internally. |
x |
|
Page Size |
Number |
Number of items in a results page. |
|
|
Expand |
String |
Information about the specified relationship to include in the response. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Streaming Strategy |
|
Configure how Mule processes streams with streaming strategies. Repeatable streams are the default behavior. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
|
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Unauthorize
<dynamics:unauthorize>
Deletes all the access token information of a given resource owner ID so that it is impossible to execute any operation for that user without doing the authorization dance again.
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Resource Owner Id |
String |
ID of the resource owner for whom to invalidate access. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
Update
<dynamics:update>
Updates an entity.
-
Create New Entity -
https://msdn.microsoft.com/en-us/library/gg328090.aspx
-
Associate Entity Upon Creation -
https://msdn.microsoft.com/en-us/library/mt607875.aspx#Anchor_4
-
Batch Request -
https://msdn.microsoft.com/en-us/library/mt607719.aspx
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Logical Name |
String |
Logical name of the entity. It is always the schema name in lower case. |
x |
|
Attributes |
Object |
Attributes of the entity. |
|
|
Encoding |
Body encoding.
|
|||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Update Multiple
<dynamics:update-multiple>
Updates multiple entities.
-
Update Entity -
https://msdn.microsoft.com/en-us/library/mt607664.aspx
-
Associate Entities Upon Update -
https://msdn.microsoft.com/en-us/library/mt607875.aspx#Anchor_4
-
Batch Request -
https://msdn.microsoft.com/en-us/library/mt607719.aspx
Name | Type | Description | Default Value | Required | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|||||||||||||||||||||||||||||||
Logical Name |
String |
Logical name of the entity. It is always the schema name in lower case. |
x |
|||||||||||||||||||||||||||||||
Entities Attributes |
Array of Object |
List of the entities' attributes to create as a list of maps. |
|
|||||||||||||||||||||||||||||||
Use Single Transaction |
Boolean |
Use a single transaction for an update. If the update fails, the transaction is rolled back. |
|
|||||||||||||||||||||||||||||||
Continue On Error |
Boolean |
Continue in case of error. The default value of You can use Continue On Error in conjunction with Use Single Transaction. Suppose you want to execute an operation with a payload of 10 records. This payload contains one broken record, number 5, that fails. The other 9 records succeed. The following table shows the output, which depends on the values of Continue On Error and Use Single Transaction:
|
|
|||||||||||||||||||||||||||||||
Encoding |
Body encoding.
|
|||||||||||||||||||||||||||||||||
Config Ref |
ConfigurationProvider |
Name of the configuration used to execute this component. |
x |
|||||||||||||||||||||||||||||||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||||||||||||||||||||||||||||||||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
|
|||||||||||||||||||||||||||||||
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Object Types
Bulk Item
Information about a bulk item.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Exception |
Any |
Exception if the item fails. |
||
Id |
Any |
Item ID. |
||
Message |
String |
Message to add context to this item, such as an error description, a warning, or information related to the operation. |
||
Payload |
Object |
Actual data the entity represents. |
||
Status Code |
String |
Optional status code. |
||
Successful |
Boolean |
Whether or not the request is successful. |
Bulk Operation Result
Information about a bulk operation.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Id |
Any |
Operation ID. |
||
Items |
Array of Bulk Item |
Ordered list of bulk items. |
||
Successful |
Boolean |
Whether or not the operation is successful. Must be |
Expiration Policy
Configures an expiration policy strategy.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Max Idle Time |
Number |
Configures the maximum amount of time that a dynamic configuration instance can remain idle before Mule considers it eligible for expiration. |
||
Time Unit |
Enumeration, one of:
|
Time unit for the Max Idle Time field. |
Reconnect
Configures a standard reconnection strategy, which specifies how often to reconnect and how many reconnection attempts the connector source or operation can make.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Frequency |
Number |
How often to attempt to reconnect, in milliseconds. |
||
Blocking |
Boolean |
If |
||
Count |
Number |
How many reconnection attempts the Mule app can make. |
Reconnect Forever
Configures a forever reconnection strategy by which the connector source or operation attempts to reconnect at a specified frequency for as long as the Mule app runs.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Frequency |
Number |
How often to attempt to reconnect, in milliseconds. |
||
Blocking |
Boolean |
If |
Reconnection
Configures a reconnection strategy for an operation.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Fails Deployment |
Boolean |
What to do if, when an app is deployed, a connectivity test does not pass after exhausting the associated reconnection strategy:
|
||
Reconnection Strategy |
Reconnection strategy to use. |
Redelivery Policy
Configures the redelivery policy for executing requests that generate errors. You can add a redelivery policy to any source in a flow.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Max Redelivery Count |
Number |
Maximum number of times that a redelivered request can be processed unsuccessfully before returning a |
||
Use Secure Hash |
Boolean |
If |
||
Message Digest Algorithm |
String |
Secure hashing algorithm to use if the Use Secure Hash field is |
||
Id Expression |
String |
One or more expressions that determine if a message is redelivered. This property can be set only if the Use Secure Hash field is |
||
Object Store |
ObjectStore |
Configures the object store that stores the redelivery counter for each message. |
Repeatable File Store Iterable
Repeatable file store iterable type.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Max In Memory Size |
Number |
Maximum amount of instances to keep in memory. If more than that is required, content on the disk is buffered. |
||
Buffer Unit |
Enumeration, one of:
|
Unit for the Max In Memory Size field. |
Repeatable In Memory Iterable
Repeatable in memory iterable type.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Initial Buffer Size |
Number |
Amount of instances to initially keep in memory to consume the stream and provide random access to it. If the stream contains more data than can fit into this buffer, then the buffer expands according to the Buffer Size Increment attribute, with an upper limit of Max In Memory Size. Default value is |
||
Buffer Size Increment |
Number |
This is by how much the buffer size expands if it exceeds its initial size. Setting a value of |
||
Max Buffer Size |
Number |
Maximum amount of memory to use. If more than that is used, a |