Interface BroadcastManager
-
- All Superinterfaces:
BroadcastReceiver
- All Known Implementing Classes:
QueueBroadcastManager
public interface BroadcastManager extends BroadcastReceiver
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()byte[]getBroadcast()byte[]getBroadcast(long timeout, TimeUnit unit)-
Methods inherited from interface org.wildfly.extension.messaging.activemq.broadcast.BroadcastReceiver
receive
-
-
-
-
Method Detail
-
getBroadcast
byte[] getBroadcast() throws InterruptedException- Throws:
InterruptedException
-
getBroadcast
byte[] getBroadcast(long timeout, TimeUnit unit) throws InterruptedException- Throws:
InterruptedException
-
clear
void clear()
-
-