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