| Package | Description |
|---|---|
| io.arivera.oss.embedded.rabbitmq.bin | |
| io.arivera.oss.embedded.rabbitmq.bin.plugins |
| Modifier and Type | Method and Description |
|---|---|
Map<Plugin.State,Set<Plugin>> |
RabbitMqPlugins.groupedList()
Same as
RabbitMqPlugins.list() but it returns the plugins grouped by state. |
Map<String,Plugin> |
RabbitMqPlugins.list()
Executes the
rabbitmq-plugins list command |
| Modifier and Type | Method and Description |
|---|---|
static Plugin |
Plugin.fromString(String outputLine) |
| Modifier and Type | Method and Description |
|---|---|
static List<Plugin> |
Plugin.fromStrings(Collection<String> strings) |
| Modifier and Type | Method and Description |
|---|---|
int |
Plugin.compareTo(Plugin other) |
Copyright © 2016–2017. All rights reserved.