Interface Sink<T>

All Superinterfaces:
Closeable
All Known Implementing Classes:
SinkCounting, SinkLogging, SinkNull, SinkPrint, SinkSplit, SinkToCollection, SinkToQueue, SinkWrapper

public interface Sink<T> extends Closeable
Interface for the destination of things
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    send(T item)
     

    Methods inherited from interface org.apache.jena.atlas.lib.Closeable

    close
  • Method Details

    • send

      void send(T item)
    • flush

      void flush()