Interface QueueFileFactory

    • Method Detail

      • get

        QueueFile get​(String fileName)
               throws IOException
        Creates, or accesses an existing file, with the specified name.
        Parameters:
        fileName - file name to use
        Returns:
        queue file instance
        Throws:
        IOException - if file could not be created or accessed