Package com.opencqrs.framework.types
package com.opencqrs.framework.types
Contains event type resolution components.
-
ClassDescriptionAuto-configuration for
ClassNameEventTypeResolver
.CqrsFrameworkException.NonTransientException
exception capturing anEventTypeResolver
resolution error.Interface implemented for resolving JavaClass
toEventCandidate.type()
orEvent.type()
and vice versa.EventTypeResolver
implementation that can be pre-configured using a specific mapping between event types and Java classes.