Uses of Class
de.aristaflow.ilm.ws.rest.model.execution.InstanceCreationData
-
Packages that use InstanceCreationData Package Description de.aristaflow.ilm.ws.rest.core.executionmanager de.aristaflow.ilm.ws.rest.model.execution -
-
Uses of InstanceCreationData in de.aristaflow.ilm.ws.rest.core.executionmanager
Methods in de.aristaflow.ilm.ws.rest.core.executionmanager with parameters of type InstanceCreationData Modifier and Type Method Description protected InstIdPair
InstanceControlRest. _startInstance(UUID templId, InstanceCreationData cir, InstanceStateCallback callback)
@NotNull InstIdPair
InstanceControlRest. startInstance(@NotNull UUID templId, @NotNull @Valid InstanceCreationData cir)
-
Uses of InstanceCreationData in de.aristaflow.ilm.ws.rest.model.execution
Subclasses of InstanceCreationData in de.aristaflow.ilm.ws.rest.model.execution Modifier and Type Class Description class
InstanceCreationRestData
The data used to register a REST callback for an InstanceStateNotification.class
InstanceCreationSseData
The data used to register a SSE callback for an ExecutionMessageNotification.
-