Interface AcceptStrategy

  • All Superinterfaces:
    java.util.function.Predicate<java.lang.Throwable>

    public interface AcceptStrategy
    extends java.util.function.Predicate<java.lang.Throwable>
    Defines strategy to be used by the publication retryer to decide whether a given exception, obtained while sending a message to NXCALS, can be re-tried.
    • Method Summary

      • Methods inherited from interface java.util.function.Predicate

        and, negate, or, test