Operation

An Operation implements the IDlcOperation interface and is a Spring Bean.

IDlcOperation

  • process(DlcRequest request) - processes the incoming DLC Request.
  • getName() - returns the key for the operation, referenced by the operation parameter in the DLC Request.

Operations

The DLC comes with four operations, that can be triggered by submitting a request to the DataLoadControllerService.

  • LOAD - loads data into the datastore

note

This milestone release supports LOAD.

The final release will add support for UNLOAD, START_LISTEN, and STOP_LISTEN.

Custom Operations

The default DLC operations can be found in DefaultDlcOperationsConfig class. For information on how to customize the default operations and add new ones can be found in Custom Operations.