Class CorrelationServiceImpl

  • All Implemented Interfaces:
    CorrelationService

    @Component
    public class CorrelationServiceImpl
    extends Object
    implements CorrelationService
    Provides correlation-related functionality, primarily on top of Correlator interface: . the correlation itself (`correlate`) - including creation of CompleteCorrelationResult out of correlator-provided CorrelationResult object; . determining candidate owner suitability (`checkCandidateOwner`); . describing the correlation case (`describeCorrelationCase`); . completing a correlation case; and further auxiliary methods.