Deployment Manual / Version 2010
Table Of Contentscommerce.hub.cache.capacities
| |
Type | java.util.Map<java.lang.String,java.lang.Long> |
Default | |
Description | The capacity configuration of the caching for the Commerce Hub. Please refer to the java documentation of the class
|
commerce.hub.cache.enabled
| |
Type | java.lang.Boolean |
Default | true |
Description | Activates/deactivates caching for the Commerce Hub. |
commerce.hub.cache.timeout-seconds
| |
Type | java.util.Map<java.lang.String,java.lang.Long> |
Default | |
Description | The timeout configuration of the caching for the Commerce Hub. |
commerce.hub.data.custom-entity-params
| |
Type | java.util.Map<java.lang.String,java.lang.String> |
Default | |
Description | The custom entity parameters. |
commerce.hub.data.deadline
| |
Type | java.time.Duration |
Default | 20s |
Description | Deadline value to be used when calling a grpc service method. After this time, the client no longer expects an answer and cancels the call. Default is 20 seconds. If no unit is given the value is taken as seconds. |
commerce.hub.data.endpoint-shutdown-timeout-millis
| |
Type | java.lang.Integer |
Default | 1000 |
Description | Timeout millis to be used when shutting down the data endpoints. |
commerce.hub.data.endpoints
| |
Type | java.util.Map<java.lang.String,java.lang.String> |
Default | |
Description | The endpoints of the commerce adapter services to connect to. Each key-value pair represents one commerce adapter service to be connected. The keys can freely be defined, but they should easily identify the connected commerce system. The keys are also used as health-indicator keys. Please refer to the java documentation of the method
The value consists of the host name and the port of the connected commerce adapter service. |
Table 4.25. Commerce Hub Properties