
com.sap.cloudfoundry.client.facade.ApplicationServicesUpdateCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudfoundry-client-facade Show documentation
Show all versions of cloudfoundry-client-facade Show documentation
A facade of the official Cloud Foundry Java client
package com.sap.cloudfoundry.client.facade;
public interface ApplicationServicesUpdateCallback {
void onError(CloudOperationException e, String applicationName, String serviceInstanceName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy