@ConsumerType
public interface ProgressCheckFactory
ProgressChecks that accepts a config map.| Modifier and Type | Method and Description |
|---|---|
ProgressCheck |
newInstance(javax.json.JsonObject config)
Returns a new check with the provided config.
|
ProgressCheck newInstance(javax.json.JsonObject config) throws Exception
JsonObject parameter type is used to enforce JSON-like
semantics and communicate an informal contract that nested structures should be simple maps, collections, and
Java primitives.config - an arbitrary config objectProgressCheck, optionally taking the provided config into account.Exception - for whatever reason instance creation fails.Copyright © 2017–2020. All rights reserved.