Interface Sink

    • Method Detail

      • acceptsFileFormat

        default boolean acceptsFileFormat​(FileFormat format)
        Check if this Sink accepts the supplied FileFormat.
        Parameters:
        format - the FileFormat to check.
        Returns:
        true if the sink accepts the supplied format, false otherwise.