Interface ContextualFailureCollector

All Superinterfaces:
EventContextProvider, FailureCollector

public interface ContextualFailureCollector extends FailureCollector, EventContextProvider
A failure collector with an implicit context.

Implementations are thread-safe.

See Also:
  • Method Details

    • hasFailure

      boolean hasFailure()
    • add

      void add(Throwable t)
    • add

      void add(String failureMessage)