package client
- Alphabetic
- Public
- All
Type Members
- trait GraphStoreRequestFlowBuilder extends SparqlClientHelpers with HttpClientFlowBuilder with ErrorHandlerSupport
- trait HttpClientFlowBuilder extends AnyRef
-
case class
HttpEndpointFlow[T](endpoint: HttpEndpoint, flowMaker: (HttpEndpoint) ⇒ Flow[(HttpRequest, T), (Try[HttpResponse], T), NotUsed]) extends Product with Serializable
This class represents an encapsulation of an Http endpoint with it's corresponding flow.
This class represents an encapsulation of an Http endpoint with it's corresponding flow. The flow can be used to send HttpRequests and receive HttpResponses on the other end from the associated endpoint. The T type parameter determines the type of the companion object that is carried throughout the flow together with the request to match up requests with responses in cases these may arrive out of order.
- T
the type of the companion object
- endpoint
the http endpoint
- flowMaker
a function that can make a flow out of the endpoint
- trait SparqlClientHelpers extends AnyRef
- trait SparqlConstructFlowBuilder extends SparqlClientHelpers with ErrorHandlerSupport
- trait SparqlQueryFlowBuilder extends SparqlClientHelpers with ErrorHandlerSupport
- trait SparqlRequestFlowBuilder extends SparqlQueryFlowBuilder with SparqlConstructFlowBuilder with SparqlUpdateFlowBuilder
- trait SparqlUpdateFlowBuilder extends SparqlClientHelpers with ErrorHandlerSupport
Value Members
- object GraphStoreRequestFlowBuilder
-
object
SparqlClientConstants
Sparql Client Constants
Sparql Client Constants
The ones referring to parameters and paths are all standardised and should work for any triple store.
- See also
https://www.w3.org/TR/sparql11-protocol/ Tested with Jena Fuseki 2.4.0 and Stardog 3.4.X through 4.2.2
- object SparqlConstructFlowBuilder