| Package | Description |
|---|---|
| io.arivera.oss.embedded.rabbitmq | |
| io.arivera.oss.embedded.rabbitmq.bin |
| Modifier and Type | Method and Description |
|---|---|
RabbitMqCommand.ProcessExecutorFactory |
EmbeddedRabbitMqConfig.getProcessExecutorFactory() |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedRabbitMqConfig.Builder |
EmbeddedRabbitMqConfig.Builder.processExecutorFactory(RabbitMqCommand.ProcessExecutorFactory factory) |
| 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,
Proxy downloadProxy) |
| Constructor and Description |
|---|
RabbitMqCommand(RabbitMqCommand.ProcessExecutorFactory processExecutorFactory,
Map<String,String> envVars,
File appFolder,
String command,
String... arguments)
An alternative constructor that allows for more control.
|
RabbitMqCtl(RabbitMqCommand.ProcessExecutorFactory processExecutorFactory,
File appFolder,
Map<String,String> envVars) |
RabbitMqDiagnostics(RabbitMqCommand.ProcessExecutorFactory processExecutorFactory,
File appFolder,
Map<String,String> envVars)
Full-fledged constructor.
|
RabbitMqPlugins(RabbitMqCommand.ProcessExecutorFactory processExecutorFactory,
File appFolder,
Map<String,String> envVars,
long timeoutInMillis) |
Copyright © 2016–2021. All rights reserved.