public interface ResultProperties
submission
of a topology.
Result properties are optionally placed into the configuration map passed into
StreamsContext.submit(com.ibm.streamsx.topology.Topology, java.util.Map)
.
Each property must be individually requested by adding its key into the configuration map
with any value. Upon return the value will be replaced by value obtained during submission.
In some contexts the value may not be available.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JOB_SUBMISSION
Result of a successful job submission as a JSON object.
|
static final java.lang.String JOB_SUBMISSION
com.google.gson.JsonObject
holding these values:
buildStatus
- JSON object response from the HTTP REST request to build the topology.submitMetrics
- JSON object containing metrics related to build service and job submission.console.application.url
- Streams console URL for the instance the job was submitted to.console.application.job.url
- Streams console URL for the job.