@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface HoverflySpy
HoverflyExtension to run Hoverfly in spy mode
In this mode, Hoverfly simulates external APIs if a request match is found in simulation data
(See Simulate mode), otherwise, the request will be passed through to the real API.| Modifier and Type | Optional Element and Description |
|---|---|
HoverflyConfig |
config
Hoverfly configurations
|
HoverflySimulate.Source |
source
Simulation source to import
|
public abstract HoverflyConfig config
HoverflyConfigpublic abstract HoverflySimulate.Source source
HoverflySimulate.Source