Interface UpdateProcessorFactory

All Known Subinterfaces:
UpdateExecutionFactory
All Known Implementing Classes:
UpdateExecutionFactorySparqlUpdateConnection, UpdateProcessorFactoryDataset
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface UpdateProcessorFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.update.UpdateProcessor
    createUpdateProcessor(org.apache.jena.update.UpdateRequest updateRequest)
     
  • Method Details

    • createUpdateProcessor

      org.apache.jena.update.UpdateProcessor createUpdateProcessor(org.apache.jena.update.UpdateRequest updateRequest)