How to use EventSchema.Builder?

Hi!

How is the EventSchema.Builder in Axon 3 supposed to be used?

It looks as its intention is to provide a default to be overridden. But I can’t see how, since the Builder class is protected.

The only example I could find, in AxonFramework\core\src\test\java\org\axonframework\eventsourcing\eventstore\jdbc\JdbcEventStorageEngineTest.java, is in the same package, which should not normally be the case.

Regards,

Hi,

Good catch. The Builder is supposed to be public :S. Fixing it now.

Rene