Package | Description |
---|---|
com.streamscape.cli.http | |
com.streamscape.cli.tlp | |
com.streamscape.sef.group | |
com.streamscape.sef.service |
Modifier and Type | Class and Description |
---|---|
class |
HTTPEventAsyncConsumer
Title: HTTP Fabric Client
|
Modifier and Type | Method and Description |
---|---|
EventAsyncConsumer |
HTTPFabricConnection.getEventAsyncConsumer(java.lang.String consumerName) |
Modifier and Type | Method and Description |
---|---|
EventAsyncConsumer |
FabricConnection.createEventAsyncConsumer(java.lang.String consumerName,
FabricEventListener listener,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventScope eventScope,
boolean noLocal)
Creates a new event asynchronous consumer and adds this consumer the dispatcher.
|
EventAsyncConsumer |
FabricConnection.getEventAsyncConsumer(java.lang.String consumerName)
Finds and returns an event asynchronous consumer with the specified name.
|
Modifier and Type | Method and Description |
---|---|
EventAsyncConsumer |
FabricGroupLink.createEventAsyncConsumer(java.lang.String consumerName,
FabricEventListener listener,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventScope eventScope,
boolean noLocal)
Creates a new event asynchronous consumer and adds this consumer the link's dispatcher.
|
EventAsyncConsumer |
FabricGroupLink.getEventAsyncConsumer(java.lang.String consumerName)
Finds and returns an event asynchronous consumer with the specified name.
|
Modifier and Type | Method and Description |
---|---|
EventAsyncConsumer |
ServiceContext.createEventAsyncConsumer(java.lang.String consumerName,
FabricEventListener listener,
java.lang.String eventFilter,
java.lang.String eventSelector)
Creates a new asynchronous event consumer and adds this consumer to the dispatcher of the context.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.