Interface DryRunCapable
- All Known Implementing Classes:
EncryptStepModel,VerifySignatureStepModel,VerifyTokenStepModel
public interface DryRunCapable
Supports dry run (no external service call) of a step
- Author:
- Lukas Lukovsky, lukas.lukovsky@wultra.com
-
Method Summary
Modifier and Type Method Description booleanisDryRun()
-
Method Details
-
isDryRun
boolean isDryRun()- Returns:
- true when the step can be run in a dry way (no external service call), false otherwise
-