local

public static Delivery local()

Creates a new instance of Delivery suitable for local and development environment.

In this setup, the InboxMessages are delivered to their targets synchronously.

Uses a single-shard splitting.

To construct a Delivery instance, a StorageFactory is needed. If it was not configured in the ServerEnvironment, uses a new InMemoryStorageFactory.

See also

to create an asynchronous version of the local Delivery