Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

SPQR component annotation

Christian Kreutzfeldt edited this page Apr 2, 2015 · 6 revisions

All component classes (source, operator and emitter) must be annotated with SPQRComponent. This is required by the repository to find all component implementations during startup or deployment.

The annotation itself has four attributes to define the component:

  • type: source, direct response operator, delayed response operator or emitter
  • name: unique identifier used from within pipeline configuration to reference specific components
  • version: version of the component implementation
  • description: component description
Clone this wiki locally