start method

void start()

Start gets executed when the FlushPolicy is added to the client.

This is a good place to initialize configuration or timers as it will only execute when this policy is enabled

Implementation

void start() {}