Errai 3.0.1-SNAPSHOT

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

All Known Implementing Classes:
DirectDeliveryHandler

public interface Wakeable

Implementing this interface on a MessageDeliveryHandler indicates that the transport is an asynchronous mode interface and requires explicit signalling to notify it that new data has arrived into the buffer.

Author:
Mike Brock

Method Summary
 void onWake(MessageQueue queue)
           
 

Method Detail

onWake

void onWake(MessageQueue queue)
            throws IOException
Throws:
IOException

Errai 3.0.1-SNAPSHOT

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