Search in sources :

Example 1 with Cause

use of won.matcher.service.common.event.Cause in project webofneeds by researchstudio-sat.

the class RematchSparqlService method createMatchAttemptUpdate.

private Optional<String> createMatchAttemptUpdate(AtomEvent msg) {
    AtomEvent.TYPE eventType = msg.getEventType();
    String uri = msg.getUri();
    Cause cause = msg.getCause();
    return createMatchAttemptUpdate(eventType, uri, cause);
}
Also used : BulkAtomEvent(won.matcher.service.common.event.BulkAtomEvent) AtomEvent(won.matcher.service.common.event.AtomEvent) Cause(won.matcher.service.common.event.Cause) TYPE(won.matcher.service.common.event.AtomEvent.TYPE)

Aggregations

AtomEvent (won.matcher.service.common.event.AtomEvent)1 TYPE (won.matcher.service.common.event.AtomEvent.TYPE)1 BulkAtomEvent (won.matcher.service.common.event.BulkAtomEvent)1 Cause (won.matcher.service.common.event.Cause)1