external

public abstract boolean external()

Deprecated

When true, the annotated method receives an event generated from outside the Bounded Context to which the annotated method's class belongs.

Should only be applied to commanding methods that accept an event or rejection as a parameter.

If applied to a command receiving method, the Model error is produced.

Deprecated

please use @External annotation for the first method parameter.