@FunctionalInterface public interface ArtifactConsumer
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleArtifact(Artifact artifact)
Inspect the artifact content and use it (e.g. to put it in a
Set) or return true when an artifact
has been identified to get it returned immediately. |
boolean handleArtifact(Artifact artifact)
Set) or return true when an artifact
has been identified to get it returned immediately.artifact - the artifact from service artifacts to be inspected by handlertrue to abort search and get the artifact, or false to keep goingCopyright © 2021. All rights reserved.