Class DefaultArtifactService
java.lang.Object
com.here.platform.data.client.service.artifact.DefaultArtifactService
- All Implemented Interfaces:
ArtifactService
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultArtifactService(HttpHandler httpHandler, ClientExecutionContext clientExecutionContext) -
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)
-
Constructor Details
-
DefaultArtifactService
public DefaultArtifactService(HttpHandler httpHandler, ClientExecutionContext clientExecutionContext)
-
-
Method Details
-
artifactFile
public 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) - Specified by:
artifactFilein interfaceArtifactService
-
schema
public scala.concurrent.Future<com.here.platform.data.client.model.internal.SchemaDetails> schema(HRN hrn, InternalSettings settings) - Specified by:
schemain interfaceArtifactService
-