@Service public class SpannersService extends Object
| Constructor and Description |
|---|
SpannersService(org.springframework.boot.web.client.RestTemplateBuilder builder,
String rootUri) |
| Modifier and Type | Method and Description |
|---|---|
void |
create(Spanner spanner) |
void |
delete(Spanner spanner) |
Collection<Spanner> |
findAll() |
Spanner |
findOne(Long id) |
void |
update(Spanner spanner) |
public SpannersService(org.springframework.boot.web.client.RestTemplateBuilder builder,
@Value(value="${app.service.url.spanners}")
String rootUri)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.