Class InstanceCreationSseData
- java.lang.Object
-
- de.aristaflow.ilm.ws.rest.model.execution.InstanceCreationData
-
- de.aristaflow.ilm.ws.rest.model.execution.InstanceCreationSseData
-
- All Implemented Interfaces:
Serializable
public class InstanceCreationSseData extends InstanceCreationData
The data used to register a SSE callback for an ExecutionMessageNotification. This requires the UUID of the corresponding SSE connection.
-
-
Constructor Summary
Constructors Constructor Description InstanceCreationSseData()
-
-
-
Field Detail
-
sseConn
@NotNull public @NotNull UUID sseConn
-
-