@FunctionalInterface public interface ComponentLocator<C>
| Modifier and Type | Method and Description |
|---|---|
Optional<C> |
get(org.mule.runtime.api.component.location.Location location) |
Optional<C> get(org.mule.runtime.api.component.location.Location location)
location - the location of a ComponentLocation, or Optional.empty() if none was found.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.