concursus icon indicating copy to clipboard operation
concursus copied to clipboard

Package visability

Open josephwinston opened this issue 9 years ago • 0 comments

This issue might be due to the fact that I don't properly understand how to use the cassandra event store. If that is the case, please point me to an example of how I should be using the event store.

I'm basically writing a unit test for my Events that follow the usage show in RoundTripTest. This class makes calls to JsonSerialiser in constructing the EventLog and JsonDeserialiser to create the EventRetriever. Both the JsonSerialiser and JsonDeserialiser are private to the package com.opencredo.concursus.cassandra.events. Should these two classes for serialization be private?

josephwinston avatar Nov 03 '16 00:11 josephwinston