All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudfoundry.multiapps.controller.process.steps.PollServiceBindingOperationExecution Maven / Gradle / Ivy

There is a newer version: 1.183.0
Show newest version
package org.cloudfoundry.multiapps.controller.process.steps;

import org.cloudfoundry.multiapps.controller.process.variables.Variables;

public class PollServiceBindingOperationExecution extends PollServiceBindingUnbindingOperationBaseExecution {

    @Override
    protected String getAsyncJobId(ProcessContext context) {
        return context.getVariable(Variables.SERVICE_BINDING_JOB_ID);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy