Interface Initializable


public interface Initializable
Implementations of this interface have their initialize() methods called at the appropriate point in the broker startup sequence.
Author:
John Collins
  • Method Summary

    Modifier and Type Method Description
    void initialize​(BrokerContext broker)
    Initializes a service prior to logging in to the server.
  • Method Details