com.github.gossie.circuitbreaker.ServiceCall Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of circuit-breaker Show documentation
Show all versions of circuit-breaker Show documentation
A lightweight circuit breaker framework
The newest version!
package com.github.gossie.circuitbreaker;
import java.util.concurrent.Callable;
import org.aspectj.lang.ProceedingJoinPoint;
/**
* The class represents a call of an {@link IntegrationPoint}. It is started in a new {@link Thread}.
*/
class ServiceCall implements Callable