Package de.quantummaid.httpmaid.events
Class EventConfigurators
- java.lang.Object
-
- de.quantummaid.httpmaid.events.EventConfigurators
-
public final class EventConfigurators extends Object
-
-
Method Summary
-
-
-
Method Detail
-
toUseTheMessageBus
public static Configurator toUseTheMessageBus(de.quantummaid.eventmaid.messagebus.MessageBus messageBus)
-
toExtractFromTheResponseMapUsing
public static Configurator toExtractFromTheResponseMapUsing(ResponseMapExtractor extractor)
-
toExtractFromTheResponseMapTheHeader
public static Configurator toExtractFromTheResponseMapTheHeader(String headerKey, String mapKey)
-
mappingPathParameter
public static PerRouteConfigurator mappingPathParameter(String name)
-
mappingPathParameter
public static PerRouteConfigurator mappingPathParameter(String parameterName, String mapKey)
-
ignorePathParameter
public static PerRouteConfigurator ignorePathParameter(String name)
-
mappingQueryParameter
public static PerRouteConfigurator mappingQueryParameter(String name)
-
mappingQueryParameter
public static PerRouteConfigurator mappingQueryParameter(String parameterName, String mapKey)
-
mappingHeader
public static PerRouteConfigurator mappingHeader(String name)
-
mappingHeader
public static PerRouteConfigurator mappingHeader(String headerName, String mapKey)
-
mappingCookie
public static PerRouteConfigurator mappingCookie(String name)
-
mappingCookie
public static PerRouteConfigurator mappingCookie(String cookieName, String mapKey)
-
mappingAuthenticationInformation
public static PerRouteConfigurator mappingAuthenticationInformation(String key)
-
mappingAuthenticationInformation
public static PerRouteConfigurator mappingAuthenticationInformation()
-
mappingOptionalAuthenticationInformation
public static PerRouteConfigurator mappingOptionalAuthenticationInformation(String key)
-
mappingOptionalAuthenticationInformation
public static PerRouteConfigurator mappingOptionalAuthenticationInformation()
-
-