Class CompositeTripleHandler

  • All Implemented Interfaces:
    AutoCloseable, TripleHandler

    public class CompositeTripleHandler
    extends Object
    implements TripleHandler
    A TripleHandler multi decorator, that wraps zero or more other triple handlers and dispatches all events to each of them.
    Author:
    Richard Cyganiak (richard@cyganiak.de)