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
onWake
void onWake(MessageQueue queue)
throws IOException
- Throws:
IOException
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.