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 Detail

      • initialize

        void initialize​(BrokerContext broker)
        Initializes a service prior to logging in to the server.