Package com.github.devmix.process.acto.messages


package com.github.devmix.process.acto.messages
  • Class
    Description
    Represents a function that extracts an attribute from a target object.
    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.
    Functional interface representing an operation that accepts a single input argument and performs some action.
    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.