Interface Reporter

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
DokimosServerReporter, NoOpReporter

public interface Reporter extends AutoCloseable
Interface for reporting experiment results to an external system.

Implementations can report results to a server, file, or any other destination. The experiment runner calls these methods at appropriate points during execution.

Implementations should be thread-safe if used concurrently.