shutdown abstract method

Future<bool> shutdown()

Shutdown the exporter.

This should cleanup any resources and perform final exports. Returns true if the shutdown was successful, false otherwise.

Implementation

Future<bool> shutdown();