Class ClassNameEventTypeResolver

java.lang.Object
com.opencqrs.framework.types.ClassNameEventTypeResolver
All Implemented Interfaces:
EventTypeResolver

public class ClassNameEventTypeResolver extends Object implements EventTypeResolver
EventTypeResolver implementation that maps Class.getName() to event type and vice versa.

The use of this EventTypeResolver implementation is discouraged with respect to interoperability (with non-Java applications operating on the same events) and refactoring.

See Also: