Uses of Class
de.quantummaid.httpmaid.events.enriching.PerEventEnrichers
-
Packages that use PerEventEnrichers Package Description de.quantummaid.httpmaid.events de.quantummaid.httpmaid.events.enriching de.quantummaid.httpmaid.events.processors -
-
Uses of PerEventEnrichers in de.quantummaid.httpmaid.events
Method parameters in de.quantummaid.httpmaid.events with type arguments of type PerEventEnrichers Modifier and Type Method Description voidEventModule. addEnricher(de.quantummaid.eventmaid.processingcontext.EventType eventType, Consumer<PerEventEnrichers> enricher) -
Uses of PerEventEnrichers in de.quantummaid.httpmaid.events.enriching
Methods in de.quantummaid.httpmaid.events.enriching that return PerEventEnrichers Modifier and Type Method Description static PerEventEnrichersPerEventEnrichers. perEventEnrichers() -
Uses of PerEventEnrichers in de.quantummaid.httpmaid.events.processors
Method parameters in de.quantummaid.httpmaid.events.processors with type arguments of type PerEventEnrichers Modifier and Type Method Description static ProcessorPerRequestEnrichersProcessor. enrichersProcessor(Map<de.quantummaid.eventmaid.processingcontext.EventType,PerEventEnrichers> enrichers)
-