Liferay 7.0-ce-b4

com.liferay.portal.fabric.client
Interface FabricClient

All Known Implementing Classes:
NettyFabricClient

public interface FabricClient


Method Summary
 void connect()
           
 Future<?> disconnect()
           
 

Method Detail

connect

void connect()
             throws Exception
Throws:
Exception

disconnect

Future<?> disconnect()
                     throws Exception
Throws:
Exception

Liferay 7.0-ce-b4