Uses of Class
adams.flow.core.AbstractCallableActorPropertyUpdater
-
Packages that use AbstractCallableActorPropertyUpdater Package Description adams.flow.standalone adams.flow.transformer -
-
Uses of AbstractCallableActorPropertyUpdater in adams.flow.standalone
Subclasses of AbstractCallableActorPropertyUpdater in adams.flow.standalone Modifier and Type Class Description class
SetProperty
Deprecated. -
Uses of AbstractCallableActorPropertyUpdater in adams.flow.transformer
Subclasses of AbstractCallableActorPropertyUpdater in adams.flow.transformer Modifier and Type Class Description class
SetProperty
Sets the property of a callable actor whenever a token passes through.
Note: this actor just sets the value, but performs no re-initialization or similar of the modified object.
The transformer just forwards tokens that it receives after the property has been set.
-