Uses of Interface
adams.flow.control.StorageUpdaterWithNotificationSuppression
-
Packages that use StorageUpdaterWithNotificationSuppression Package Description adams.flow.transformer -
-
Uses of StorageUpdaterWithNotificationSuppression in adams.flow.transformer
Classes in adams.flow.transformer that implement StorageUpdaterWithNotificationSuppression Modifier and Type Class Description classIncStorageValueIncrements the value of a storage value by either an integer/long or double increment.
If the storage value has not been set yet, it will get set to 0.
If the storage value contains a non-numerical value, no increment will be performed.
It is also possible to directly output the updated storage value (while discarding the input token).classSetStorageValueStores the payload of the token passing through under the specified name in temporary storage.
-