public interface ApiContractsPrefetch
| Modifier and Type | Method and Description |
|---|---|
default ApiContractsPrefetch |
contractsRequired(com.mulesoft.mule.runtime.gw.api.key.ApiKey key)
Indicates that contracts for the key will be eventually requested and should be preemptively available
|
default ApiContractsPrefetch |
noContractsRequired(com.mulesoft.mule.runtime.gw.api.key.ApiKey key)
Indicates that contracts for the key are no longer required.
|
default ApiContractsPrefetch contractsRequired(com.mulesoft.mule.runtime.gw.api.key.ApiKey key)
key - to prefetch contracts for.default ApiContractsPrefetch noContractsRequired(com.mulesoft.mule.runtime.gw.api.key.ApiKey key)
key - to the api that no longer requires contracts.Copyright © 2014–2021 MuleSoft, Inc.. All rights reserved.