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