public interface ConfigTransferService
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConfigTransferService.ServiceException |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
deployConfiguration(FlowControlJob job)
Prepare a configuration to be pulled into a running deployment and return a fetch key
|
InputStream |
fetch(String byKey)
Fetch a configuration based on a key generated by the deployConfiguration call
|
Map<String,String> deployConfiguration(FlowControlJob job) throws ConfigTransferService.ServiceException
job - ConfigTransferService.ServiceExceptionInputStream fetch(String byKey) throws ConfigTransferService.ServiceException
byKey - ConfigTransferService.ServiceExceptionCopyright © 2022 continual.io. All rights reserved.