| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.gw.api.service |
| Modifier and Type | Method and Description |
|---|---|
default ContractService |
ContractService.contractPrefetch(ApiContractsPrefetch prefetch)
|
ContractService |
ContractService.contractSupplier(com.mulesoft.mule.runtime.gw.api.ApiContractsSupplier supplier)
The
ContractService delegates the maintaining of up-to-date ApiContractss to an ApiContractsSupplier. |
ContractService |
ContractService.track(com.mulesoft.mule.runtime.gw.api.key.ApiKey key,
String trackerDescription)
Notifies the
ContractService that someone needs to track an ApiContracts with matching key, therefore its contracts
must be fetched. |
ContractService |
ContractService.untrack(com.mulesoft.mule.runtime.gw.api.key.ApiKey key,
String trackerDescription)
Notifies the
ContractService that someone is not tracking an ApiContracts anymore, if this Service decides to,
can stop fetching Contracts for it. |
Copyright © 2014–2021 MuleSoft, Inc.. All rights reserved.