Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.server.io
Interface QueueChannel

All Known Implementing Classes:
NettyQueueChannel, SimpleEventChannelWrapped

public interface QueueChannel

Author:
Mike Brock

Method Summary
 boolean isConnected()
           
 void write(String data)
           
 

Method Detail

isConnected

boolean isConnected()

write

void write(String data)
           throws IOException
Throws:
IOException

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.