@ExtendWith(value=RabbitAvailableCondition.class) @Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface RabbitAvailable
Modifier and Type | Optional Element and Description |
---|---|
boolean |
management
Requires the management plugin to be available.
|
String[] |
queues
The queues to create and ensure empty; they will be deleted after the test class
completes.
|
public abstract String[] queues