Class HystrixResource
- java.lang.Object
-
- org.apache.camel.quarkus.component.hystrix.it.HystrixResource
-
@Path("/hystrix") @ApplicationScoped public class HystrixResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.camel.ProducerTemplateproducerTemplate
-
Constructor Summary
Constructors Constructor Description HystrixResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringhystrixFallbackViaNetwork()StringhystrixFallbackWithDelay(long delayMilliseconds)
-