public class HttpArtifactCacheEventListener extends Object implements BuckEventListener
Constructor and Description |
---|
HttpArtifactCacheEventListener(BatchingLogger storeRequestLogger,
BatchingLogger fetchRequestLogger,
TaskManagerCommandScope managerScope) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Cleanup, output any trace data collected to the backing store.
|
void |
onHttpArtifactCacheEvent(HttpArtifactCacheEvent.Finished event) |
public HttpArtifactCacheEventListener(BatchingLogger storeRequestLogger, BatchingLogger fetchRequestLogger, TaskManagerCommandScope managerScope)
public void onHttpArtifactCacheEvent(HttpArtifactCacheEvent.Finished event)
public void close()
BuckEventListener
close
in interface BuckEventListener
close
in interface Closeable
close
in interface AutoCloseable