Class ODistributedMessageServiceImpl

java.lang.Object
com.orientechnologies.orient.server.distributed.impl.ODistributedMessageServiceImpl
All Implemented Interfaces:
ODistributedMessageService

public class ODistributedMessageServiceImpl extends Object implements ODistributedMessageService
Message handler for matching distributed responses to requests of distributed peer. Each node creates own instance to talk with each others.
Author:
Luca Garulli (l.garulli--at--orientdb.com)