public class DeploymentServiceImpl extends ServiceDelegator implements DeploymentService
DEFAULT_NAME, EVENT_DEPENDENCIES, EVENT_SUBSCRIBE, EVENT_UNSUBSCRIBE, EVENT_UPGRADE| Constructor and Description |
|---|
DeploymentServiceImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,Object>> |
dependencies() |
void |
subscribe(String tenant,
Map<String,Object> options) |
void |
unsubscribe(String tenant,
Map<String,Object> options) |
void |
upgrade(List<String> tenants,
Map<String,Object> options) |
after, after, before, before, emit, getDelegatedService, getName, on, onclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupgradepublic DeploymentServiceImpl(String name)
public List<Map<String,Object>> dependencies()
dependencies in interface DeploymentServicepublic void subscribe(String tenant, Map<String,Object> options)
subscribe in interface DeploymentServicepublic void upgrade(List<String> tenants, Map<String,Object> options)
upgrade in interface DeploymentServicepublic void unsubscribe(String tenant, Map<String,Object> options)
unsubscribe in interface DeploymentServiceCopyright © 2023. All rights reserved.