configure abstract method

Future configure()

Configures and prepares the plugin before services are loaded.

Please note, that this method is intended just for configuration, initialisation and validation, not for actually starting services, which should be achieved via service publication using collectServices.

Implementation

Future configure();