Interface Initializable
-
public interface InitializableImplementations of this interface have their initialize() methods called at the appropriate point in the broker startup sequence.- Author:
- John Collins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialize(BrokerContext broker)Initializes a service prior to logging in to the server.
-
-
-
Method Detail
-
initialize
void initialize(BrokerContext broker)
Initializes a service prior to logging in to the server.
-
-