use of org.openkilda.wfm.share.history.service.HistoryService in project open-kilda by telstra.
the class HistoryOperationsBolt method init.
@Override
public void init() {
super.init();
historyService = new HistoryService(persistenceManager);
}
Aggregations