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 PerRouteConfiguratormappingAuthenticationInformation(String key)static PerRouteConfiguratormappingHeader(String name)static PerRouteConfiguratormappingHeader(String headerName, String mapKey)static PerRouteConfiguratormappingPathParameter(String name)static PerRouteConfiguratormappingPathParameter(String parameterName, String mapKey)static PerRouteConfiguratormappingQueryParameter(String name)static PerRouteConfiguratormappingQueryParameter(String parameterName, String mapKey)static ConfiguratortoExtractFromTheResponseMapTheHeader(String headerKey, String mapKey)static ConfiguratortoExtractFromTheResponseMapUsing(ResponseMapExtractor extractor)static ConfiguratortoUseTheMessageBus(de.quantummaid.eventmaid.messageBus.MessageBus messageBus)
-
-
-
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)
-
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)
-
mappingAuthenticationInformation
public static PerRouteConfigurator mappingAuthenticationInformation(String key)
-
-