Modifier and Type | Method and Description |
---|---|
Subscription |
ClientMessageBus.subscribeShadow(String subject,
MessageCallback callback)
Declares a new shadow subscription.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceCanceller
Reusable bus subscriber which, upon receipt of any message, unsubscribes all subscribers (including itself) on the
subject it is subscribed to.
|
Modifier and Type | Method and Description |
---|---|
MessageBuildSendable |
MessageBuildSendableWithReply.repliesTo(MessageCallback callback) |
Modifier and Type | Method and Description |
---|---|
Subscription |
MessageBus.subscribe(String subject,
MessageCallback receiver)
Subscribe a listener to the specified subject.
|
Subscription |
MessageBus.subscribeLocal(String subject,
MessageCallback receiver)
Subscribe a listern locally, but do not advertise or make available the service to remote buses.
|
Modifier and Type | Field and Description |
---|---|
MessageCallback |
ClientMessageBusImpl.serverForwarder
Forwards every message received across the communication link to the remote
server bus.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
ClientMessageBusImpl.subscribe(String subject,
MessageCallback callback)
Add a subscription for the specified subject
|
Subscription |
ClientMessageBusImpl.subscribeLocal(String subject,
MessageCallback callback) |
Subscription |
ClientMessageBusImpl.subscribeShadow(String subject,
MessageCallback callback) |
Modifier and Type | Class and Description |
---|---|
class |
ServerMessageBusImpl.RemoteMessageCallback |
Modifier and Type | Method and Description |
---|---|
Collection<MessageCallback> |
DeliveryPlan.getDeliverTo() |
Collection<MessageCallback> |
ServerMessageBusImpl.getReceivers(String subject) |
Modifier and Type | Method and Description |
---|---|
static DeliveryPlan |
DeliveryPlan.newDeliveryPlan(MessageCallback callback) |
DeliveryPlan |
DeliveryPlan.newDeliveryPlanWith(MessageCallback callback) |
DeliveryPlan |
DeliveryPlan.newDeliveryPlanWithOut(MessageCallback callback) |
Subscription |
ServerMessageBusImpl.subscribe(String subject,
MessageCallback receiver)
Adds a subscription
|
Subscription |
ServerMessageBusImpl.subscribeLocal(String subject,
MessageCallback receiver) |
Modifier and Type | Method and Description |
---|---|
Collection<MessageCallback> |
ServerMessageBus.getReceivers(String subject)
Get a collection of all receivers registered for a specificed subject
|
Modifier and Type | Class and Description |
---|---|
class |
JGroupsClusteringProvider |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRPCMethodCallback |
class |
AsyncRPCEndpointCallback |
class |
CommandBindingsCallback |
class |
EndpointCallback
EndpointCallback is a callback function for a message being sent.
|
class |
RemoteServiceCallback
RemoteServiceCallback implements callback functionality for a remote service.
|
class |
ServiceMethodCallback
A callback implementation for methods annotated with
Service . |
class |
ValueReplyRPCEndpointCallback |
class |
VoidRPCEndpointCallback |
Modifier and Type | Method and Description |
---|---|
static MessageCallback |
RPCEndpointFactory.createEndpointFor(ServiceInstanceProvider provider,
Method method,
MessageBus messageBus) |
Constructor and Description |
---|
RemoteServiceCallback(Map<String,MessageCallback> endpoints)
Initializes the RemoteServiceCallback with a set of endpoints and their callback functions
|
Modifier and Type | Method and Description |
---|---|
Collection<MessageCallback> |
MessageBusProxy.getReceivers(String subject) |
Modifier and Type | Method and Description |
---|---|
Subscription |
MessageBusProxy.subscribe(String subject,
MessageCallback receiver) |
Subscription |
MessageBusProxy.subscribeLocal(String subject,
MessageCallback receiver) |
Modifier and Type | Method and Description |
---|---|
MessageCallback |
ServiceTypeParser.getCallback(Object delegateInstance) |
abstract MessageCallback |
ServiceParser.getCallback(Object delegateInstance) |
MessageCallback |
ServiceMethodParser.getCallback(Object delegate) |
Modifier and Type | Class and Description |
---|---|
class |
EventDispatcher
Acts as a bridge between Errai Bus and the CDI event system.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCDIEventCallback<T> |
Modifier and Type | Field and Description |
---|---|
static MessageCallback |
CDI.ROUTING_CALLBACK |
Modifier and Type | Method and Description |
---|---|
void |
Sender.send(T value,
MessageCallback replyTo)
Sends the message to the subject specified by
ToSubject . |
void |
ErraiMessageSender.send(T value,
MessageCallback replyTo) |
void |
Sender.send(T value,
MessageCallback replyTo,
ErrorCallback errorCallback)
Sends the message to the subject specified by
ToSubject . |
void |
ErraiMessageSender.send(T value,
MessageCallback replyTo,
ErrorCallback errorCallback) |
Modifier and Type | Class and Description |
---|---|
class |
EntitySyncCallback |
Modifier and Type | Method and Description |
---|---|
void |
ClientBusProxyImpl.conversationWith(Message message,
MessageCallback callback) |
Subscription |
ClientBusProxyImpl.subscribe(String subject,
MessageCallback receiver) |
Subscription |
ClientBusProxyImpl.subscribeLocal(String subject,
MessageCallback receiver) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.