Uses of Class
org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec.RequestMappingSpec
Package
Description
Provides HTTP Components support for Spring Integration Java DSL.
-
Uses of HttpInboundEndpointSupportSpec.RequestMappingSpec in org.springframework.integration.http.dsl
Modifier and TypeMethodDescriptionThe consumable media types of the mapped request, narrowing the primary mapping.The headers of the mapped request, narrowing the primary mapping.HttpInboundEndpointSupportSpec.RequestMappingSpec.methods
(HttpMethod... supportedMethods) The HTTP request methods to map to, narrowing the primary mapping: GET, POST, HEAD, OPTIONS, PUT, PATCH, DELETE, TRACE.The parameters of the mapped request, narrowing the primary mapping.The producible media types of the mapped request, narrowing the primary mapping.Modifier and TypeMethodDescriptionHttpInboundEndpointSupportSpec.requestMapping
(Consumer<HttpInboundEndpointSupportSpec.RequestMappingSpec> mapping) Provide aConsumer
for configuringRequestMapping
viaHttpInboundEndpointSupportSpec.RequestMappingSpec
.