Interface RdfPubClientAnonymousWebFlux
- All Known Implementing Classes:
RdfPubClientWebFluxAnonymousDefault
public interface RdfPubClientAnonymousWebFlux
The interface that describes the convinience methods for accessing a activity-pub client (C2S).
- Author:
- SofwareEngineering Hauschel
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<RdfPubServerProfile>reactor.core.publisher.Mono<org.eclipse.rdf4j.model.Model>read(org.eclipse.rdf4j.model.IRI idOfTheResourceToRead) reactor.core.publisher.Flux<org.eclipse.rdf4j.query.BindingSet>tupleQueryAsPublic(String query)
-
Method Details
-
getServerProfile
reactor.core.publisher.Mono<RdfPubServerProfile> getServerProfile() -
read
reactor.core.publisher.Mono<org.eclipse.rdf4j.model.Model> read(org.eclipse.rdf4j.model.IRI idOfTheResourceToRead) -
tupleQueryAsPublic
-