| Package | Description |
|---|---|
| io.arivera.oss.embedded.rabbitmq |
| Modifier and Type | Class and Description |
|---|---|
class |
PredefinedVersion
A list of RabbitMQ versions pre-configured to match the binaries distributed officially by RabbitMQ.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
EmbeddedRabbitMqConfig.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
URL |
OfficialArtifactRepository.getUrl(Version version,
OperatingSystem operatingSystem) |
URL |
ArtifactRepository.getUrl(Version version,
OperatingSystem operatingSystem) |
EmbeddedRabbitMqConfig.Builder |
EmbeddedRabbitMqConfig.Builder.version(Version version)
Use a predefined version of RabbitMQ.
|
| Constructor and Description |
|---|
EmbeddedRabbitMqConfig(Version version,
URL downloadSource,
File downloadTarget,
File extractionFolder,
File appFolder,
long downloadReadTimeoutInMillis,
long downloadConnectionTimeoutInMillis,
long defaultRabbitMqCtlTimeoutInMillis,
long rabbitMqServerInitializationTimeoutInMillis,
long erlangCheckTimeoutInMillis,
boolean cacheDownload,
boolean deleteCachedFile,
Map<String,String> envVars,
RabbitMqCommand.ProcessExecutorFactory processExecutorFactory) |
Copyright © 2016–2017. All rights reserved.