You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are also references to unknown EventStoreAsyncConnectionFactory and EventStoreSyncConnectionFactory classes on the /getting-started/step-1/index.html page.
I've found an EventStoreConnectionFactory class, but I'm not sur if it handles both sync and async connection.
I believe that namespaces have been reworked. Prooph\EventStoreClient\EventStoreConnectionFactory allows creation of instances of Prooph\EventStore\Async\EventStoreConnection.
Interface Prooph\EventStore\EventStoreConnection also exists, although it does seem to have any concretion.
The text was updated successfully, but these errors were encountered:
There are also references to unknown
EventStoreAsyncConnectionFactory
andEventStoreSyncConnectionFactory
classes on the/getting-started/step-1/index.html
page.I've found an
EventStoreConnectionFactory
class, but I'm not sur if it handles both sync and async connection.I believe that namespaces have been reworked.
Prooph\EventStoreClient\EventStoreConnectionFactory
allows creation of instances ofProoph\EventStore\Async\EventStoreConnection
.Interface
Prooph\EventStore\EventStoreConnection
also exists, although it does seem to have any concretion.The text was updated successfully, but these errors were encountered: