Uses of Enum Class
com.liferay.portal.kernel.cluster.Priority
Packages that use Priority
-
Uses of Priority in com.liferay.portal.kernel.cluster
Methods in com.liferay.portal.kernel.cluster that return PriorityModifier and TypeMethodDescriptionstatic PriorityReturns the enum constant of this class with the specified name.static Priority[]Priority.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.liferay.portal.kernel.cluster with parameters of type PriorityModifier and TypeMethodDescriptionvoidClusterLink.sendMulticastMessage(Message message, Priority priority) static voidClusterLinkUtil.sendMulticastMessage(Message message, Priority priority) static voidClusterLinkUtil.sendMulticastMessage(Object payload, Priority priority) voidClusterLink.sendUnicastMessage(Address address, Message message, Priority priority) static voidClusterLinkUtil.sendUnicastMessage(Address address, Message message, Priority priority)