Class InstanceCreationRestData
- java.lang.Object
-
- de.aristaflow.ilm.ws.rest.model.execution.InstanceCreationData
-
- de.aristaflow.ilm.ws.rest.model.execution.InstanceCreationRestData
-
- All Implemented Interfaces:
Serializable
public class InstanceCreationRestData extends InstanceCreationData
The data used to register a REST callback for an InstanceStateNotification. This requires the URL of the REST service.
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull URL
notificationCallback
-
Fields inherited from class de.aristaflow.ilm.ws.rest.model.execution.InstanceCreationData
dc, execMode, rtMgr, subClass
-
-
Constructor Summary
Constructors Constructor Description InstanceCreationRestData()
-
-
-
Field Detail
-
notificationCallback
@NotNull public @NotNull URL notificationCallback
-
-