public class UnsupportedArtifactRetrievalService extends org.apache.beam.model.jobmanagement.v1.ArtifactRetrievalServiceGrpc.ArtifactRetrievalServiceImplBase implements ArtifactRetrievalService
ArtifactRetrievalService which has not implemented any methods.
 For use with an in-process SDK harness.
| Modifier and Type | Method and Description | 
|---|---|
| void | close(). | 
| static ArtifactRetrievalService | create() | 
bindService, getArtifact, getManifestpublic static ArtifactRetrievalService create()
public void close()
FnServiceThere should be no more calls to any service method by the time a call to FnService.close()
 begins. Specifically, this means that a Server that this service is bound to should have
 completed a call to the Server.shutdown()
 method, and all future incoming calls will be rejected.