Package | Description |
---|---|
com.streamscape.lib.dispatcher |
Modifier and Type | Interface and Description |
---|---|
interface |
EventAsyncConsumer
Title: Framework Support Library
|
Modifier and Type | Method and Description |
---|---|
EventConsumer |
EventDispatcher.createConsumer(java.lang.String consumerName,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventListener listener)
Creates a new event asynchronous consumer and adds this consumer to the dispatcher.
|
EventConsumer |
EventDispatcher.getConsumer(java.lang.String consumerName)
Finds and returns an event consumer with the specified name.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.