Interface ContextualFailureCollector
-
- All Superinterfaces:
FailureCollector
public interface ContextualFailureCollector extends FailureCollector
A failure collector with an implicit context.Implementations are thread-safe.
- See Also:
FailureCollector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(String failureMessage)
void
add(Throwable t)
boolean
hasFailure()
-
Methods inherited from interface org.hibernate.search.engine.reporting.spi.FailureCollector
withContext, withContext
-
-