OutboxEvents

Wrapper around a collection of ExecutionOutboxEntry .

This class is used as the return value of OutboxRestApi#pending() . The outbox client calls this with an HTTP Accept header set to org.apache.causeway.schema.ixn.v2.InteractionsDto so that it is serialized into a list of org.apache.causeway.applib.services.iactn.Interaction s for processing.

API

OutboxEvents.java
class OutboxEvents {
  String title()
}