createInboxStorage

public abstract InboxStorage createInboxStorage(boolean multitenant)

Creates a new InboxStorage.

The instance of InboxStorage is used in the Delivery operations. Therefore there is typically just a single instance of InboxStorage per ServerEnvironment instance, unlike other Storage types which instances are created per-BoundedContext.

Parameters

multitenant

whether the created storage should be multi-tenant