oc-atomist-sandpit / rest-sandbox

A sandbox Spring Boot / REST project
0 stars 0 forks source link

adds a simple Feign Client interface in the default Spring Boot Application Class location including a default service-consuming method and Circuit Breaker fallback method #2

Closed poetix closed 7 years ago

poetix commented 7 years ago

Created by Atomist Editor atomist-rugs.spring-cloud-editors.AddFeignClientWithCircuitBreaker

---
kind: "operation"
client: "atomist-bot"
editor:
  name: "atomist-rugs.spring-cloud-editors.AddFeignClientWithCircuitBreaker"
  group: "atomist-rugs"
  artifact: "spring-cloud-editors"
  version: "0.2.0"
  origin:
    repo: "atomist-rugs/spring-cloud-editors.git"
    branch: "b263095528641f17324548f57898c24dd0171b50"
    sha: "b263095"
  parameters:
    - "consumed_endpoint_address": "http://another.external.endpoint.com"
    - "feign_interface": "FeignedExternalService"
    - "invoking_relative_endpoint_url": "/myOtherEndpoint"
    - "endpoint_invoking_method": "doTheOtherThing"