StatelessSagaMetadataParser
Parser for extracting metadata from stateless saga processors. This parser identifies functions annotated with OnEvent or OnStateEvent annotations to create processor metadata for domain event handling in stateless sagas.
Functions
Link copied to clipboard
Parses metadata for the given class type, utilizing caching to avoid redundant parsing operations. If metadata for the class has already been parsed and cached, returns the cached instance. Otherwise, parses the metadata using parseToMetadata and stores it in the cache.
Link copied to clipboard