Package uk.ac.gda.vmxi.match
Interface ImageMatchExecutor
- All Known Implementing Classes:
ImageMatchServiceVmxi
public interface ImageMatchExecutor
-
Method Summary
Modifier and TypeMethodDescriptionexecuteMatch(ImageMatchRequest request) Synchronous call to an image match implementationstatic voidpublish(ImageMatchResult result) Publish an asynchronously received image match resultrequestMatch(ImageMatchRequest request) Asynchronous call to an image match implementation
-
Method Details
-
executeMatch
Synchronous call to an image match implementation- Throws:
MatchException
-
requestMatch
Asynchronous call to an image match implementation- Throws:
MatchException
-
publish
Publish an asynchronously received image match result
-