Package | Description |
---|---|
org.jboss.errai.bus.client.api | |
org.jboss.errai.bus.client.api.base | |
org.jboss.errai.bus.client.api.builder | |
org.jboss.errai.bus.client.api.messaging |
Modifier and Type | Method and Description |
---|---|
static RoutingFlag |
RoutingFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoutingFlag[] |
RoutingFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CommandMessage.isFlagSet(RoutingFlag flag) |
Message |
CommandMessage.setFlag(RoutingFlag flag) |
void |
CommandMessage.unsetFlag(RoutingFlag flag) |
Modifier and Type | Method and Description |
---|---|
MessageBuildParms<R> |
MessageBuildParms.flag(RoutingFlag flag)
Sets a
RoutingFlag on the underlying message. |
Modifier and Type | Method and Description |
---|---|
boolean |
Message.isFlagSet(RoutingFlag flag)
Checks if the provided flag is set for this message.
|
Message |
Message.setFlag(RoutingFlag flag)
Sets the provided flag for this message.
|
void |
Message.unsetFlag(RoutingFlag flag)
Unsets the provided flag for this message.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.