Package | Description |
---|---|
com.streamscape.sdo.excp | |
com.streamscape.sef | |
com.streamscape.sef.moderator |
Modifier and Type | Method and Description |
---|---|
EventConsumerReference |
FabricEventException.getConsumer() |
Modifier and Type | Method and Description |
---|---|
void |
FabricEventException.setConsumer(EventConsumerReference consumer) |
Modifier and Type | Method and Description |
---|---|
EventConsumerReference |
FabricEventStreamException.getConsumer()
Returns the consumer that caused this exception.
|
Constructor and Description |
---|
FabricEventStreamException(EventConsumerReference consumer,
ImmutableEventDatagram event) |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncConsumerReference
Title: Service Event Fabric Core
|
interface |
DirectConsumerReference
Title: Service Event Fabric Core
|
interface |
ReceiverReference
Title: Service Event Fabric Core
|
Modifier and Type | Method and Description |
---|---|
EventConsumerReference |
Moderator.lookupEventConsumer(FabricAddress address)
Returns the event consumer (direct or async consumer or receiver) with the specified Fabric address.
|
EventConsumerReference |
FabricNodeReference.lookupEventConsumer(FabricAddress address)
Returns the event consumer (direct or async consumer or receiver) with the specified Fabric address.
|
EventConsumerReference |
ComponentReference.lookupEventConsumer(FabricAddress address)
Returns the event consumer (direct or async consumer or receiver) with the specified Fabric address.
|
EventConsumerReference |
Moderator.lookupEventConsumer(java.lang.String name)
Returns the event consumer (direct or async consumer or receiver) with the specified name.
|
EventConsumerReference |
FabricNodeReference.lookupEventConsumer(java.lang.String name)
Returns the event consumer (direct or async consumer or receiver) with the specified name.
|
EventConsumerReference |
ComponentReference.lookupEventConsumer(java.lang.String name)
Returns the event consumer (direct or async consumer or receiver) with the specified name.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.