Interface DependantAction<E extends Exception>

    • Method Detail

      • canApply

        default boolean canApply()
        Description copied from interface: Action
        Returns true if action can be applied. Return false if action application of action failed with exception, which is non-retriable.
        Specified by:
        canApply in interface Action<E extends Exception>
        Returns: