MindActionSink

@FunctionalInterface()
public interface MindActionSink

Host adapter for semantic actions requested by Mind behaviors.

The sink runs synchronously on the server thread inside the requesting callback's execution budget. It must return a disposition and must not retain the physical body as actor identity. Use logicalOwner for durable ownership. A thrown exception fails the active Mind callback. A null result is invalid.

Functions

Link copied to clipboard
public static MindActionSink rejecting()
Link copied to clipboard
public abstract MindActionResult request(MindActionContext context, MindActionRequest request)