Package com.github.devmix.process.acto
Interface ActiveObjectLifecycle<T>
- Type Parameters:
T- The type of data or context that this active object operates on.
public interface ActiveObjectLifecycle<T>
This interface represents the lifecycle of an Active Object, which
encapsulates asynchronous method invocation behavior. The methods in this
interface allow for managing the state transitions and actions related to
the life cycle of the active object.
- Author:
- Sergey Grachev