HystrixCommand<String> hystrixCommand = new HystrixCommand<String>(setter) {
- @Override
- protected String run() throws Exception {
- return someLogic();
- }
-};
+Unresolved directive in index.adoc - include::/opt/jenkins/data/workspace/spring-cloud-jdk11-spring-cloud-sleuth-master-ci/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/hystrix/TraceCommandTests.java[tags=hystrix_command,indent=0]