Interface ArtifactService
- All Known Implementing Classes:
DefaultArtifactService
public interface ArtifactService
-
Method Summary
Modifier and TypeMethodDescriptionscala.concurrent.Future<org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed>> artifactFile(HRN hrn, String fileName, InternalSettings settings) scala.concurrent.Future<com.here.platform.data.client.model.internal.SchemaDetails>schema(HRN hrn, InternalSettings settings)
-
Method Details
-
artifactFile
scala.concurrent.Future<org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed>> artifactFile(HRN hrn, String fileName, InternalSettings settings) -
schema
scala.concurrent.Future<com.here.platform.data.client.model.internal.SchemaDetails> schema(HRN hrn, InternalSettings settings)
-