public class ContractServiceImplementation extends Object implements com.mulesoft.mule.runtime.gw.api.service.ContractService
| Constructor and Description |
|---|
ContractServiceImplementation() |
| Modifier and Type | Method and Description |
|---|---|
com.mulesoft.mule.runtime.gw.api.service.ContractService |
contractPrefetch(com.mulesoft.mule.runtime.gw.api.service.ApiContractsPrefetch prefetch) |
com.mulesoft.mule.runtime.gw.api.ApiContracts |
contracts(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey) |
com.mulesoft.mule.runtime.gw.api.service.ContractService |
contractSupplier(com.mulesoft.mule.runtime.gw.api.ApiContractsSupplier supplier) |
String |
getName() |
com.mulesoft.mule.runtime.gw.api.service.ContractService |
track(com.mulesoft.mule.runtime.gw.api.key.ApiKey key,
String trackerDescription) |
List<com.mulesoft.mule.runtime.gw.api.key.ApiKey> |
trackedApis() |
com.mulesoft.mule.runtime.gw.api.service.ContractService |
untrack(com.mulesoft.mule.runtime.gw.api.key.ApiKey key,
String trackerDescription) |
public com.mulesoft.mule.runtime.gw.api.service.ContractService contractSupplier(com.mulesoft.mule.runtime.gw.api.ApiContractsSupplier supplier)
contractSupplier in interface com.mulesoft.mule.runtime.gw.api.service.ContractServicepublic com.mulesoft.mule.runtime.gw.api.service.ContractService contractPrefetch(com.mulesoft.mule.runtime.gw.api.service.ApiContractsPrefetch prefetch)
contractPrefetch in interface com.mulesoft.mule.runtime.gw.api.service.ContractServicepublic com.mulesoft.mule.runtime.gw.api.ApiContracts contracts(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey)
throws com.mulesoft.mule.runtime.gw.api.service.exception.UnknownAPIException
contracts in interface com.mulesoft.mule.runtime.gw.api.service.ContractServicecom.mulesoft.mule.runtime.gw.api.service.exception.UnknownAPIExceptionpublic com.mulesoft.mule.runtime.gw.api.service.ContractService track(com.mulesoft.mule.runtime.gw.api.key.ApiKey key,
String trackerDescription)
track in interface com.mulesoft.mule.runtime.gw.api.service.ContractServicepublic com.mulesoft.mule.runtime.gw.api.service.ContractService untrack(com.mulesoft.mule.runtime.gw.api.key.ApiKey key,
String trackerDescription)
untrack in interface com.mulesoft.mule.runtime.gw.api.service.ContractServicepublic List<com.mulesoft.mule.runtime.gw.api.key.ApiKey> trackedApis()
trackedApis in interface com.mulesoft.mule.runtime.gw.api.service.ContractServicepublic String getName()
getName in interface org.mule.runtime.api.meta.NamedObjectCopyright © 2014–2021 MuleSoft, Inc.. All rights reserved.