| Package | Description |
|---|---|
| org.mule.runtime.http.api | |
| org.mule.runtime.http.api.utils |
| Modifier and Type | Method and Description |
|---|---|
RequestMatcherRegistry.RequestMatcherRegistryBuilder |
HttpService.getRequestMatcherRegistryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
RequestMatcherRegistry.RequestMatcherRegistryBuilder<T> |
RequestMatcherRegistry.RequestMatcherRegistryBuilder.onDisabled(Supplier<T> itemSupplier)
Determines which item should be returned if a match is found but the entry is disabled.
|
RequestMatcherRegistry.RequestMatcherRegistryBuilder<T> |
RequestMatcherRegistry.RequestMatcherRegistryBuilder.onInvalidRequest(Supplier<T> itemSupplier)
Determines which item should be returned if an invalid request is provided.
|
RequestMatcherRegistry.RequestMatcherRegistryBuilder<T> |
RequestMatcherRegistry.RequestMatcherRegistryBuilder.onMethodMismatch(Supplier<T> itemSupplier)
Determines which item should be returned if a method mismatch occurs, meaning a path match was found but the method was not
valid.
|
RequestMatcherRegistry.RequestMatcherRegistryBuilder<T> |
RequestMatcherRegistry.RequestMatcherRegistryBuilder.onNotFound(Supplier<T> itemSupplier)
Determines which item should be returned if no match is found.
|
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.