| Package | Description |
|---|---|
| com.liferay.portal.kernel.cluster | |
| com.liferay.portal.kernel.cluster.messaging |
| Modifier and Type | Method and Description |
|---|---|
static Priority |
Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Priority[] |
Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ClusterLinkUtil.sendMulticastMessage(Message message,
Priority priority) |
void |
ClusterLink.sendMulticastMessage(Message message,
Priority priority) |
static void |
ClusterLinkUtil.sendMulticastMessage(Object payload,
Priority priority) |
static void |
ClusterLinkUtil.sendUnicastMessage(Address address,
Message message,
Priority priority) |
void |
ClusterLink.sendUnicastMessage(Address address,
Message message,
Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterBridgeMessageListener.setPriority(Priority priority) |