Class ServiceExecutorRegistry

java.lang.Object
org.apache.jena.sparql.service.ServiceExecutorRegistry

public class ServiceExecutorRegistry extends Object
Registry for service executors that can be extended with custom ones. Bulk and single (=non-bulk) executors are maintained in two separate lists. Default execution will always start with the bulk list first. Once that list is exhausted by means of all bulk executors having delegated the request, then the non-bulk ones will be considered. There is no need to explicitly register a bulk-to-non-bulk bridge.