Package | Description |
---|---|
com.streamscape.lib.dispatcher |
Modifier and Type | Method and Description |
---|---|
EventRequestConsumer |
EventDispatcher.createRequestConsumer(java.lang.String consumerName,
RequestListener listener)
Creates a new event request consumer and adds this consumer to the dispatcher.
|
EventRequestConsumer |
EventDispatcher.getRequestConsumer(java.lang.String consumerName)
Finds and returns an event request consumer with the specified name.
|
Modifier and Type | Method and Description |
---|---|
ImmutableEventDatagram |
EventDispatcher.raiseRequest(EventRequestConsumer consumer,
ImmutableEventDatagram request,
long timeout)
Raises the specified request and waits until a reply will be received or waiting period will expire.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.