@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface SpringRabbitTest
Modifier and Type | Optional Element and Description |
---|---|
SpringRabbitTest.ContainerType |
containerType
Set the container type to determine which container factory to configure.
|
String |
host
Set the host when not using
RabbitAvailable . |
String |
password
Set the password when not using
RabbitAvailable . |
int |
port
Set the port when not using
RabbitAvailable . |
String |
user
Set the user when not using
RabbitAvailable . |
public abstract String host
RabbitAvailable
.public abstract int port
RabbitAvailable
.public abstract String user
RabbitAvailable
.public abstract String password
RabbitAvailable
.public abstract SpringRabbitTest.ContainerType containerType