public class StartupContext extends Object
StartupContext can be used register and get available services in the broker runtime.| Constructor and Description |
|---|
StartupContext() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getService(Class<T> serviceClass) |
<T> void |
registerService(Class<T> serviceClass,
Object serviceProvider) |
Copyright © 2018 WSO2. All rights reserved.