Package com.pulumi.deployment
Interface DeploymentInstance
-
- All Superinterfaces:
Deployment,com.pulumi.deployment.internal.ReadOrRegisterResource,com.pulumi.deployment.internal.RegisterResourceOutputs
public interface DeploymentInstance extends Deployment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.pulumi.deployment.internal.DeploymentImpl.ConfiggetConfig()booleanisInvalid()voidmarkInvalid()We store the context in thread local storage, and we also capture it in completable futures.-
Methods inherited from interface com.pulumi.deployment.Deployment
call, call, call, call, call, call, getOrganizationName, getProjectName, getStackName, invoke, invoke, invoke, invoke, invoke, invokeAsync, invokeAsync, invokeAsync, invokeAsync, invokeAsync, isDryRun, registerPackage, requirePulumiVersion
-
-
-
-
Method Detail
-
getConfig
@InternalUse com.pulumi.deployment.internal.DeploymentImpl.Config getConfig()
-
isInvalid
boolean isInvalid()
-
markInvalid
void markInvalid()
We store the context in thread local storage, and we also capture it in completable futures. Calling this method makes sure async callbacks that complete after the core program loop completes do not access the stale context.
-
-