Liferay 7.0-ce-b4

com.liferay.portal.kernel.cluster
Interface ClusterLink


public interface ClusterLink


Field Summary
static int MAX_CHANNEL_COUNT
           
 
Method Summary
 boolean isEnabled()
           
 void sendMulticastMessage(Message message, Priority priority)
           
 void sendUnicastMessage(Address address, Message message, Priority priority)
           
 

Field Detail

MAX_CHANNEL_COUNT

static final int MAX_CHANNEL_COUNT
Method Detail

isEnabled

boolean isEnabled()

sendMulticastMessage

void sendMulticastMessage(Message message,
                          Priority priority)

sendUnicastMessage

void sendUnicastMessage(Address address,
                        Message message,
                        Priority priority)

Liferay 7.0-ce-b4