Package de.quantummaid.httpmaid.events
Class EventConfigurators
- java.lang.Object
-
- de.quantummaid.httpmaid.events.EventConfigurators
-
public final class EventConfigurators extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConfiguratortoEnrichTheIntermediateMapUsing(RequestMapEnricher enricher)static ConfiguratortoEnrichTheIntermediateMapWithAllHeaders()static ConfiguratortoEnrichTheIntermediateMapWithAllPathParameters()static ConfiguratortoEnrichTheIntermediateMapWithAllQueryParameters()static ConfiguratortoEnrichTheIntermediateMapWithAllRequestData()static ConfiguratortoEnrichTheIntermediateMapWithTheAuthenticationInformationAs(String key)static ConfiguratortoExtractFromTheResponseMapTheHeader(String headerKey, String mapKey)static ConfiguratortoExtractFromTheResponseMapUsing(ResponseMapExtractor extractor)static ConfiguratortoUseTheMessageBus(de.quantummaid.messagemaid.messageBus.MessageBus messageBus)
-
-
-
Method Detail
-
toUseTheMessageBus
public static Configurator toUseTheMessageBus(de.quantummaid.messagemaid.messageBus.MessageBus messageBus)
-
toEnrichTheIntermediateMapUsing
public static Configurator toEnrichTheIntermediateMapUsing(RequestMapEnricher enricher)
-
toEnrichTheIntermediateMapWithAllHeaders
public static Configurator toEnrichTheIntermediateMapWithAllHeaders()
-
toEnrichTheIntermediateMapWithAllQueryParameters
public static Configurator toEnrichTheIntermediateMapWithAllQueryParameters()
-
toEnrichTheIntermediateMapWithAllPathParameters
public static Configurator toEnrichTheIntermediateMapWithAllPathParameters()
-
toEnrichTheIntermediateMapWithAllRequestData
public static Configurator toEnrichTheIntermediateMapWithAllRequestData()
-
toEnrichTheIntermediateMapWithTheAuthenticationInformationAs
public static Configurator toEnrichTheIntermediateMapWithTheAuthenticationInformationAs(String key)
-
toExtractFromTheResponseMapUsing
public static Configurator toExtractFromTheResponseMapUsing(ResponseMapExtractor extractor)
-
toExtractFromTheResponseMapTheHeader
public static Configurator toExtractFromTheResponseMapTheHeader(String headerKey, String mapKey)
-
-