public class ReporterManager<T> extends Object
ReporterManager()
Reporter<T>
create(String id)
Set<String>
ids()
boolean
isEmpty()
void
remove(String id)
report(String id, T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReporterManager()
public Reporter<T> create(String id)
public void remove(String id)
public boolean isEmpty()
public Set<String> ids()
public void report(String id, T value)
Copyright © 2020. All rights reserved.