public class DefaultRequestMatcherRegistryBuilder<T> extends Object implements org.mule.runtime.http.api.utils.RequestMatcherRegistry.RequestMatcherRegistryBuilder<T>
| Constructor and Description |
|---|
DefaultRequestMatcherRegistryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.http.api.utils.RequestMatcherRegistry<T> |
build() |
org.mule.runtime.http.api.utils.RequestMatcherRegistry.RequestMatcherRegistryBuilder<T> |
onDisabled(Supplier<T> itemSupplier) |
org.mule.runtime.http.api.utils.RequestMatcherRegistry.RequestMatcherRegistryBuilder<T> |
onInvalidRequest(Supplier<T> itemSupplier) |
org.mule.runtime.http.api.utils.RequestMatcherRegistry.RequestMatcherRegistryBuilder<T> |
onMethodMismatch(Supplier<T> itemSupplier) |
org.mule.runtime.http.api.utils.RequestMatcherRegistry.RequestMatcherRegistryBuilder<T> |
onNotFound(Supplier<T> itemSupplier) |
public DefaultRequestMatcherRegistryBuilder()
public org.mule.runtime.http.api.utils.RequestMatcherRegistry.RequestMatcherRegistryBuilder<T> onMethodMismatch(Supplier<T> itemSupplier)
onMethodMismatch in interface org.mule.runtime.http.api.utils.RequestMatcherRegistry.RequestMatcherRegistryBuilder<T>public org.mule.runtime.http.api.utils.RequestMatcherRegistry.RequestMatcherRegistryBuilder<T> onNotFound(Supplier<T> itemSupplier)
onNotFound in interface org.mule.runtime.http.api.utils.RequestMatcherRegistry.RequestMatcherRegistryBuilder<T>public org.mule.runtime.http.api.utils.RequestMatcherRegistry.RequestMatcherRegistryBuilder<T> onInvalidRequest(Supplier<T> itemSupplier)
onInvalidRequest in interface org.mule.runtime.http.api.utils.RequestMatcherRegistry.RequestMatcherRegistryBuilder<T>public org.mule.runtime.http.api.utils.RequestMatcherRegistry.RequestMatcherRegistryBuilder<T> onDisabled(Supplier<T> itemSupplier)
onDisabled in interface org.mule.runtime.http.api.utils.RequestMatcherRegistry.RequestMatcherRegistryBuilder<T>Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.