| 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. |
| Modifier and Type | Method and Description |
|---|---|
static Plugin.State |
Plugin.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plugin.State[] |
Plugin.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<Plugin.State> |
Plugin.State.fromString(String string)
Parses a string as given by the command line output from
rabbitmq-plugins list for the characters in
between brackets. |
EnumSet<Plugin.State> |
Plugin.getState() |
Copyright © 2016–2021. All rights reserved.