Class RdfPubClientAnonymousDefault

java.lang.Object
org.linkedopenactors.rdfpub.client.RdfPubClientAbstract
org.linkedopenactors.rdfpub.client.RdfPubClientAnonymousDefault
All Implemented Interfaces:
RdfPubClientAnonymous

public class RdfPubClientAnonymousDefault extends RdfPubClientAbstract implements RdfPubClientAnonymous
Default implementation of RdfPubClient.
Author:
SofwareEngineering Hauschel
  • Constructor Details

    • RdfPubClientAnonymousDefault

      public RdfPubClientAnonymousDefault(org.eclipse.rdf4j.model.IRI rdfPubServerActorIri, org.springframework.web.reactive.function.client.WebClient webClient)
      Parameters:
      rdfPubServerActorIri - The iri/url of the server actor. Used to get the public sparql endpoint
      webClient - The webclient to use for http communication.
  • Method Details