public interface DataSenseService
A DataSenseService
| Modifier and Type | Method and Description |
|---|---|
Optional<DataSenseComponentInfo> |
resolveComponentDataSense(DataSenseRequest dataSenseRequest)
Resolves data sense component information for the
Location. |
Optional<DataSenseInfo> |
resolveDataSense(DataSenseRequest dataSenseRequest)
Resolves data sense for the
Location. |
Optional<DataSenseInfo> resolveDataSense(DataSenseRequest dataSenseRequest)
Location.dataSenseRequest - DataSenseRequest defines the location of the element to be resolved.Optional DataSenseInfo with the result.Optional<DataSenseComponentInfo> resolveComponentDataSense(DataSenseRequest dataSenseRequest)
Location.dataSenseRequest - DataSenseRequest defines the location of the element to be resolved.Optional DataSenseComponentInfo with the result.Copyright © 2018 MuleSoft, Inc.. All rights reserved.