localAsync

public static Delivery localAsync()

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

The InboxMessages are delivered to their targets asynchronously.

The returned instance of Delivery is configured to use the single shard.

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

See also

to create a syncrhonous version of the local Delivery