Modifier and Type | Method and Description |
---|---|
FabricEventListener |
HTTPFabricConnection.getExceptionListener() |
Modifier and Type | Method and Description |
---|---|
HTTPEventAsyncConsumer |
HTTPFabricConnection.createEventAsyncConsumer(java.lang.String consumerName,
FabricEventListener listener,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventScope eventScope,
boolean noLocal) |
com.streamscape.cli.http.HTTPEventConsumer |
HTTPFabricConnection.createEventConsumer(java.lang.String consumerName,
FabricEventListener listener,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventScope eventScope,
boolean noLocal) |
void |
HTTPFabricConnection.setExceptionListener(FabricEventListener listener) |
Modifier and Type | Method and Description |
---|---|
FabricEventListener |
FabricConnection.getExceptionListener()
Returns the listener that processes all exception events raised in the node or sysplex.
|
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.
|
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.
|
void |
FabricConnection.setExceptionListener(FabricEventListener listener)
Sets the listener that will process all exception events raised in the node or sysplex.
|
Modifier and Type | Class and Description |
---|---|
class |
FutureFunctionManager
Title: Dataspace Store Implementation
|
Modifier and Type | Class and Description |
---|---|
class |
AuditQueueCollection
Title: Dataspace Framework
|
Modifier and Type | Class and Description |
---|---|
class |
com.streamscape.ds.schema.collection.qspace.equeue.EventQueueCollection
Title: Dataspace Framework
|
Modifier and Type | Class and Description |
---|---|
class |
MessageQueueCollection
Title: DBH dataspace
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessQueueCollection
Title: Dataspace Framework
|
Modifier and Type | Class and Description |
---|---|
class |
EventTableCollection
Title: Dataspace Framework
|
Modifier and Type | Class and Description |
---|---|
class |
Actor
Title: Dataspace Framework
|
Modifier and Type | Method and Description |
---|---|
FabricEventListener |
EventConsumer.getEventListener()
Returns the event listener associated with the consumer.
|
Modifier and Type | Method and Description |
---|---|
void |
EventConsumer.setEventListener(FabricEventListener eventListener)
Sets the event listener associated with the consumer.
|
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.
|
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.
|
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.