@FunctionalInterface public interface VaultServiceInstanceProvider
ServiceInstance to look up the Vault service.| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.client.ServiceInstance |
getVaultServerInstance(String serviceId)
Lookup
ServiceInstance by serviceId. |
org.springframework.cloud.client.ServiceInstance getVaultServerInstance(String serviceId)
ServiceInstance by serviceId.serviceId - the service Id.ServiceInstance for the given serviceId.IllegalStateException - if no service with serviceId was found.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.