Uses of Interface
com.github.devmix.process.acto.messages.AttributeSetter
Packages that use AttributeSetter
-
Uses of AttributeSetter in com.github.devmix.process.acto
Methods in com.github.devmix.process.acto with parameters of type AttributeSetterModifier and TypeMethodDescription<V> CompletableFuture<Void> ActiveObject.set(AttributeSetter<T, V> action, V value) Asynchronously sets an attribute in the encapsulated instance using the providedAttributeSetter.<V> voidActiveObject.setAndForget(AttributeSetter<T, V> action, V value) Asynchronously sets an attribute in the encapsulated instance using the providedAttributeSetter, without waiting for the operation to complete.