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 voidinitialize(BrokerContext broker)Initializes a service prior to logging in to the server.
-
Method Details
-
initialize
Initializes a service prior to logging in to the server.
-