public interface ICounterManager
CounterConfig. This manages the lifycycle of a counter| Modifier and Type | Method and Description |
|---|---|
ICounter |
createCounter(CounterConfig config)
Creates a Counter based on tha passed config
|
void |
shutdown(boolean killTimer)
Shuts down this counter manager
|
void |
shutdownCounter(ICounter counter)
Shuts down the counter
|
ICounter createCounter(CounterConfig config)
config - void shutdown(boolean killTimer)
void shutdownCounter(ICounter counter)
counter - Copyright © 2016–2021 Philip Helger. All rights reserved.