HealthCheckSimulationPlugin
- java.lang.Object
-
- com.fico.xpress.simulation.plugins.HealthCheckSimulationPlugin
-
- All Implemented Interfaces:
-
SimulationPlugin<SimulationPluginConfig>
@Component("HealthCheck") public class HealthCheckSimulationPlugin extends Object implements SimulationPlugin<SimulationPluginConfig>
-
-
Constructor Summary
Constructor Description HealthCheckSimulationPlugin()
-
Method Summary
Modifier and Type Method Description Stringexecute(String payload)StringgetName()voidinit(SimulationPluginConfig simulationPluginConfig)voidshutdown()StringvalidateInput(String payload)StringvalidateResponse(String response)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.fico.xpress.simulation.plugins.SimulationPlugin
getConfigClass, getResource
-
-
-
-
Method Detail
-
init
public void init(SimulationPluginConfig simulationPluginConfig)
- Specified by:
-
initin interfaceSimulationPlugin<SimulationPluginConfig>
-
execute
public String execute(String payload) throws SimulationException
- Specified by:
-
executein interfaceSimulationPlugin<SimulationPluginConfig> - Throws:
-
SimulationException
-
shutdown
public void shutdown()
- Specified by:
-
shutdownin interfaceSimulationPlugin<SimulationPluginConfig>
-
getName
public String getName()
- Specified by:
-
getNamein interfaceSimulationPlugin<SimulationPluginConfig>
-
validateInput
public String validateInput(String payload)
- Specified by:
-
validateInputin interfaceSimulationPlugin<SimulationPluginConfig>
-
validateResponse
public String validateResponse(String response) throws SimulationException
- Specified by:
-
validateResponsein interfaceSimulationPlugin<SimulationPluginConfig> - Throws:
-
SimulationException
-
-
© 2001-2023 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.
