Search in sources :

Example 1 with HistoryService

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);
}
Also used : HistoryService(org.openkilda.wfm.share.history.service.HistoryService)

Aggregations

HistoryService (org.openkilda.wfm.share.history.service.HistoryService)1