public class FailFast extends AFailFast
This is a mix-in of references to IChecker, IFailer and ICallContractor.
Constructor and Description |
---|
FailFast()
Default constructor.
|
FailFast(IChecker checker,
IFailer failer,
ICallContractor callContractor)
Recommended constructor receiving required references (manual constructor dependency injection).
|
getCallContractor, getChecker, getFailer, setCallContractor, setChecker, setFailer
public FailFast()
After using this constructor remember to set Checker, Failer and CallContractor before use.
public FailFast(IChecker checker, IFailer failer, ICallContractor callContractor)
This is ready for use after this call.
checker
- checker to usefailer
- failer to usecallContractor
- call contractor to useThe MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.