| Package | Description |
|---|---|
| org.apache.activemq.artemis.api.core |
| Modifier and Type | Method and Description |
|---|---|
RoutingType |
QueueAttributes.getRoutingType()
Deprecated.
|
RoutingType |
QueueConfiguration.getRoutingType() |
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 |
|---|---|
QueueAttributes |
QueueAttributes.setRoutingType(RoutingType routingType)
Deprecated.
|
QueueConfiguration |
QueueConfiguration.setRoutingType(RoutingType routingType) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.