Reading all events from Axon without EventStore

Is it possible to read all events from all contexts in Axon store without directly using EventStore by just using generalized Event Handler? If so, can someone please provide the steps to achieve it?

1 Like

Please provide some direction/reference to achieve it.