Interface AsyncEntityProducer

    • Method Detail

      • isRepeatable

        boolean isRepeatable()
        Determines whether the producer can consistently produce the same content after invocation of ResourceHolder.releaseResources().
      • failed

        void failed​(java.lang.Exception cause)
        Triggered to signal a failure in data generation.
        Parameters:
        cause - the cause of the failure.