Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Customerdata Client (on Java) uses the Customerdata service [old] to store aggregates.

Requirements

For Java, this component needs the customerdata service. See configuring the customerdata service to enable it.For .NET, this component persists data in a database that must be provided. See Platform Support for the supported databases.

Installation

 

In order to use this component, the customerdata-client profile must be active. More information on how to configure the application using Spring Profiles can be found here : External application configuration with Spring Profiles. 

Add the artifact with groupId com.blueriq and artifactId blueriq-component-customerdata-client as a dependency to your Blueriq runtime POM file if you want to depend on it.

...