Package | Description |
---|---|
org.jboss.errai.bus.client |
This package contains the core client API and shared client/server libraries for the ErraiBus framework.
|
org.jboss.errai.bus.client.api.base | |
org.jboss.errai.bus.client.api.builder | |
org.jboss.errai.bus.client.api.messaging | |
org.jboss.errai.bus.client.util | |
org.jboss.errai.bus.server |
The server-side components of ErraiBus.
|
org.jboss.errai.bus.server.service | |
org.jboss.errai.cdi.server | |
org.jboss.errai.ioc.support.bus.client |
Modifier and Type | Method and Description |
---|---|
static RequestDispatcher |
ErraiBus.getDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
CommandMessage.sendNowWith(RequestDispatcher viaThis) |
Modifier and Type | Method and Description |
---|---|
AsyncTask |
MessageBuildSendableDispatcher.sendDelayedWith(RequestDispatcher viaThis,
TimeUnit unit,
int interval)
Sends the message after a specified delay with the specified
RequestDispatcher.
|
void |
MessageBuildSendableDispatcher.sendGlobalWith(RequestDispatcher viaThis)
Sends the message globally with the specified RequestDispatcher.
|
void |
MessageBuildSendableDispatcher.sendNowWith(RequestDispatcher viaThis)
Sends the message with the specified RequestDispatcher.
|
AsyncTask |
MessageBuildSendableDispatcher.sendRepeatingWith(RequestDispatcher viaThis,
TimeUnit unit,
int interval)
Sends the message periodically with the specified
RequestDispatcher.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.sendNowWith(RequestDispatcher viaThis)
Transmits this message using the specified
RequestDispatcher . |
Modifier and Type | Method and Description |
---|---|
static ResourceProvider<RequestDispatcher> |
BusToolsCli.getRequestDispatcherProvider() |
Modifier and Type | Class and Description |
---|---|
class |
AsyncDispatcher
The AsyncDispatcher provides asynchronous message delivery into the bus.
|
class |
SimpleDispatcher
Simple request dispatcher implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestDispatcherProxy |
Modifier and Type | Method and Description |
---|---|
RequestDispatcher |
ErraiServiceImpl.getDispatcher() |
RequestDispatcher |
ServiceComposite.getDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
ErraiServiceImpl.setDispatcher(RequestDispatcher dispatcher) |
void |
ServiceComposite.setDispatcher(RequestDispatcher dispatcher) |
Constructor and Description |
---|
RequestDispatcherMetaData(javax.enterprise.inject.spi.BeanManager bm,
RequestDispatcher delegate) |
Modifier and Type | Method and Description |
---|---|
RequestDispatcher |
RequestDispatcherProvider.get() |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.