| Package | Description |
|---|---|
| org.apache.activemq.artemis.api.core |
| Modifier and Type | Method and Description |
|---|---|
RoutingType |
QueueConfiguration.getRoutingType() |
RoutingType |
QueueAttributes.getRoutingType()
Deprecated.
|
static RoutingType |
RoutingType.getType(byte type) |
static RoutingType |
RoutingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoutingType[] |
RoutingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueueConfiguration |
QueueConfiguration.setRoutingType(RoutingType routingType) |
QueueAttributes |
QueueAttributes.setRoutingType(RoutingType routingType)
Deprecated.
|
Copyright © 2020 The Apache Software Foundation. All Rights Reserved.