MerrionComputing / EventsSourcing-on-Azure-Functions

A library to demonstrate doing Event Sourcing as a data persistence mechanism for Azure Functions
MIT License
103 stars 20 forks source link

Get classifier instance from name #39

Closed MerrionComputing closed 4 years ago

MerrionComputing commented 4 years ago

Needs an implementation similar to ProjectionMaps to allow a classifier instance to be created for its human-readable name.

MerrionComputing commented 4 years ago

In the code :

        {
            // TODO : Return a new classifier (similar to ProjectionMaps)
            return null;
        }
MerrionComputing commented 4 years ago

In latest code