Package ome.io.nio

Interface BackOff

  • All Known Implementing Classes:
    SimpleBackOff

    public interface BackOff
    Strategy interface which is used by PixelsService to calculate the appropriate backoff to report to users when pixel data is not available.
    Since:
    Beta4.3.1
    • Method Detail

      • throwMissingPyramidException

        void throwMissingPyramidException​(java.lang.String msg,
                                          ome.model.core.Pixels pixels)