Package com.github.devmix.process.acto.messages
package com.github.devmix.process.acto.messages
-
ClassDescriptionAttributeGetter<T,
R> Represents a function that extracts an attribute from a target object.AttributeSetter<T,V> Functional interface representing an operation that sets a value to a target object.Represents an Active Object message for controlling idle state transitions.Represents an Active Object message indicating a request to activate, transitioning from idle to active state.Represents an Active Object message indicating a request to deactivate, transitioning from active to idle state.Invoke<T>Functional interface representing an operation that accepts a single input argument and performs some action.InvokeAndGet<T,R> Functional interface representing an operation that takes a single argument and returns a result, allowing for checked exceptions to be thrown during its execution.Represents a message to start processing with an Active Object.Represents a message to stop an Active Object or a chain of Active Objects.