@Repository public interface DeploymentIdRepository extends org.springframework.data.repository.Repository<String,String>
void save(String key, String id)
key
- the app deployment keyid
- the identifierString findOne(String key)
key
- the app deployment keyvoid delete(String key)
key
- the app deployment keyCopyright © 2016 Pivotal Software, Inc.. All rights reserved.