Wrapper Factory

If the WrapperFactory is used to call other objects then the metrics are captured for each sub-execution.

See also:

All of these services collaborate implicitly by way of the HasInteractionId interface.

In contrast:

  • The EventBusService differs from the ExecutionSubscriber in that the former is intended for fine-grained publish/subscribe for object-to-object interactions within an Apache Causeway domain object model.

    The event propagation is strictly in-memory, and there are no restrictions on the object acting as the event; it need not be serializable, for example.