Current section

Files

Jump to
commanded test event_store support in_memory_application.ex
Raw

test/event_store/support/in_memory_application.ex

defmodule InMemoryApplication do
use Commanded.Application,
otp_app: :commanded,
event_store: [
adapter: Commanded.EventStore.Adapters.InMemory,
serializer: Commanded.Serialization.JsonSerializer
]
end