org.jboss.errai.bus.client.api
Interface BusMonitor
public interface BusMonitor
attach
void attach(MessageBus bus)
notifyNewSubscriptionEvent
void notifyNewSubscriptionEvent(SubscriptionEvent event)
notifyUnSubcriptionEvent
void notifyUnSubcriptionEvent(SubscriptionEvent event)
notifyQueueAttached
void notifyQueueAttached(String queueId,
Object queueInstance)
notifyQueueDetached
void notifyQueueDetached(String queueId,
Object queueInstance)
notifyIncomingMessageFromRemote
void notifyIncomingMessageFromRemote(String queueId,
Message message)
notifyOutgoingMessageToRemote
void notifyOutgoingMessageToRemote(String queueId,
Message message)
notifyInBusMessage
void notifyInBusMessage(Message message)
notifyMessageDeliveryFailure
void notifyMessageDeliveryFailure(String queueId,
Message mesage,
Throwable error)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.