Interface TraceSearcher
public interface TraceSearcher
Allows searching for traces within the scope of the process function.
-
Method Summary
Modifier and TypeMethodDescriptionSearches in Hansken for Traces matching provided query.
-
Method Details
-
search
Searches in Hansken for Traces matching provided query.- Parameters:
query- Search query to match traces. This is a HQL query.count- Maximum number of traces to return.- Returns:
- SearchResult containing traces matching the provided query.
- Throws:
InterruptedException- if a thread searching for traces is interrupted.ExecutionException- if searching for traces is throws an exception.
-