Optional modifyService to update an ConfigBeanModel on the backend.
it is expected that the response will not provide any additional data and the system should only assume that a successful response means that the request was accepted by the backend. Successful modification of the model will be broadcast via the appropriate Event Topic.
KosServiceResponseOptional getService to get a ConfigBeanModel on the backend.
it is expected that the response will not provide any additional data and the system should only assume that a successful response means that the request was accepted by the backend. Successful modification of the model will be broadcast via the appropriate Event Topic.
KosServiceResponse
Additional properties that can be passed into the constructor in order to set initial values
Remarks
Used to identify additional data that can be set on the model during instantiation. It is expected that implementers will set these properties in the constructor. The value might be overriden by subsequent lifecycle methods or updates.