Class QuickFixJAutoConfigFailureAnalyzer

java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<QuickFixJBaseException>
io.allune.quickfixj.spring.boot.starter.failureanalyzer.QuickFixJAutoConfigFailureAnalyzer
All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer

public class QuickFixJAutoConfigFailureAnalyzer extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<QuickFixJBaseException>
The failure analyzer is responsible to provide readable information of exception which occur on startup. All exception based on the QuickFixJBaseException are handled here.
Author:
Eduardo Sanchez-Ros
  • Constructor Details

    • QuickFixJAutoConfigFailureAnalyzer

      public QuickFixJAutoConfigFailureAnalyzer()
  • Method Details