public interface ApiRegistrationService
| Modifier and Type | Method and Description |
|---|---|
void |
registerExposedDestination(ExposedDestinationModel destination)
Register an ExposedDestination
|
void |
unregisterExposedDestination(ExposedDestinationModel destination)
Unregister an ExposedDestination
|
void registerExposedDestination(ExposedDestinationModel destination) throws ApiRegistrationException
destination - ExposedDestination to be registeredApiRegistrationException - in case when failed to register Destinationvoid unregisterExposedDestination(ExposedDestinationModel destination) throws ApiRegistrationException
destination - ExposedDestination to be unregisteredApiRegistrationException - in case when failed to unregister DestinationCopyright © 2018 SAP SE. All Rights Reserved.