Class EventConfigurators


  • public final class EventConfigurators
    extends Object
    • Method Detail

      • toUseTheMessageBus

        public static Configurator toUseTheMessageBus​(de.quantummaid.messagemaid.messageBus.MessageBus messageBus)
      • 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)
      • toExtractFromTheResponseMapTheHeader

        public static Configurator toExtractFromTheResponseMapTheHeader​(String headerKey,
                                                                        String mapKey)