public interface EventConsumerReference extends ConsumerReference
Title: Service Event Fabric Core
Description: Defines an Event Consumer reference.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventFilter()
Returns the event filter associated with the consumer.
|
java.lang.String |
getEventSelector()
Returns the event selector associated with the consumer.
|
java.lang.String |
getGroupName()
Returns a name of the group to which the consumer belongs.
|
boolean |
matchesEventId(java.lang.String eventId)
Checks if the specified event id matches an event filter of the consumer.
|
boolean |
noLocal()
Checks if the consumer will not process events raised by the owning component.
|
getCurrentState, getName
getAddress
getComponentAddress, getEventScope, getExchangeRole
java.lang.String getEventFilter()
java.lang.String getEventSelector()
null
means that the consumer has no selector.boolean matchesEventId(java.lang.String eventId)
eventId
- the event id to be checked.false
otherwise.boolean noLocal()
true
the consumer will not process events raised by the owning component, false
otherwise.java.lang.String getGroupName()
null
.null
if the consumer is not a group consumer.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.