public class HTTPEventRequestConsumer extends com.streamscape.sdo.AbstractNamedObject implements EventRequestConsumer
Title: HTTP Fabric Client
Description: This class provides the functionality of a direct request consumer of Fabric events
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.String |
getEventFilter() |
EventScope |
getEventScope() |
java.lang.String |
getEventSelector() |
java.lang.String |
getGroupName() |
FabricRequestListener |
getRequestListener()
Returns the request listener associated with the consumer.
|
boolean |
noLocal() |
void |
setEventSelector(java.lang.String eventSelector) |
void |
setRequestListener(FabricRequestListener listener)
Sets the request listener associated with the consumer.
|
compareTo, equals, getName, toString
clone, getSerialVersionUID
getClass, hashCode, notify, notifyAll, wait, wait, wait
close, getEventScope, getName
public FabricRequestListener getRequestListener()
EventRequestConsumer
getRequestListener
in interface EventRequestConsumer
public void setRequestListener(FabricRequestListener listener)
EventRequestConsumer
setRequestListener
in interface EventRequestConsumer
listener
- the request listener to be set.public java.lang.String getEventFilter()
public java.lang.String getEventSelector()
public void setEventSelector(java.lang.String eventSelector) throws HTTPFabricException
HTTPFabricException
public void close() throws HTTPFabricException
HTTPFabricException
public EventScope getEventScope() throws HTTPFabricException
HTTPFabricException
public boolean noLocal() throws HTTPFabricException
HTTPFabricException
public java.lang.String getGroupName() throws HTTPFabricException
HTTPFabricException
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.