public class EventChannel extends EventChannelNode implements RootNameOverrideFeature
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
Name |
java.lang.String |
Path |
_| Constructor and Description |
|---|
EventChannel()
Default Constructor for Component.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConnectionReliability() |
java.lang.String |
getDiscardPolicy() |
java.lang.String |
getEventReliability() |
java.util.Map<java.lang.String,Event> |
getEvents() |
int |
getMaxConsumers() |
int |
getMaxEventsPerConsumer() |
int |
getMaxQueueLength() |
int |
getMaxSuppliers() |
java.lang.String |
getName() |
java.lang.String |
getOrderPolicy() |
short |
getPriority() |
java.lang.String |
getRootNameOverride() |
int |
getTimeout() |
boolean |
isIntegrationLogs() |
boolean |
isRejectNewEvents() |
boolean |
isStartTimeSupported() |
boolean |
isStopTimeSupported() |
void |
setConnectionReliability(java.lang.String connectionReliability) |
void |
setDiscardPolicy(java.lang.String discardPolicy) |
void |
setEventReliability(java.lang.String eventReliability) |
void |
setEvents(java.util.Map<java.lang.String,Event> events) |
void |
setIntegrationLogs(boolean integrationLogs) |
void |
setMaxConsumers(int maxConsumers) |
void |
setMaxEventsPerConsumer(int maxEventsPerConsumer) |
void |
setMaxQueueLength(int maxQueueLength) |
void |
setMaxSuppliers(int maxSuppliers) |
void |
setName(java.lang.String name) |
void |
setOrderPolicy(java.lang.String orderPolicy) |
void |
setPriority(short priority) |
void |
setRejectNewEvents(boolean rejectNewEvents) |
void |
setStartTimeSupported(boolean startTimeSupported) |
void |
setStopTimeSupported(boolean stopTimeSupported) |
void |
setTimeout(int timeout) |
toStringpublic EventChannel()
public java.lang.String getRootNameOverride()
getRootNameOverride in interface RootNameOverrideFeaturepublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic boolean isIntegrationLogs()
public void setIntegrationLogs(boolean integrationLogs)
integrationLogs - the integrationLogs to setpublic int getMaxQueueLength()
public void setMaxQueueLength(int maxQueueLength)
maxQueueLength - the maxQueueLength to setpublic int getMaxConsumers()
public void setMaxConsumers(int maxConsumers)
maxConsumers - the maxConsumers to setpublic int getMaxSuppliers()
public void setMaxSuppliers(int maxSuppliers)
maxSuppliers - the maxSuppliers to setpublic boolean isRejectNewEvents()
public void setRejectNewEvents(boolean rejectNewEvents)
rejectNewEvents - the rejectNewEvents to setpublic java.lang.String getDiscardPolicy()
public void setDiscardPolicy(java.lang.String discardPolicy)
discardPolicy - the discardPolicy to setpublic java.lang.String getEventReliability()
public void setEventReliability(java.lang.String eventReliability)
eventReliability - the eventReliability to setpublic java.lang.String getConnectionReliability()
public void setConnectionReliability(java.lang.String connectionReliability)
connectionReliability - the connectionReliability to setpublic short getPriority()
public void setPriority(short priority)
priority - the priority to setpublic int getTimeout()
public void setTimeout(int timeout)
timeout - the timeout to setpublic java.lang.String getOrderPolicy()
public void setOrderPolicy(java.lang.String orderPolicy)
orderPolicy - the orderPolicy to setpublic boolean isStartTimeSupported()
public void setStartTimeSupported(boolean startTimeSupported)
startTimeSupported - the startTimeSupported to setpublic boolean isStopTimeSupported()
public void setStopTimeSupported(boolean stopTimeSupported)
stopTimeSupported - the stopTimeSupported to setpublic int getMaxEventsPerConsumer()
public void setMaxEventsPerConsumer(int maxEventsPerConsumer)
maxEventsPerConsumer - the maxEventsPerConsumer to setpublic java.util.Map<java.lang.String,Event> getEvents()
public void setEvents(java.util.Map<java.lang.String,Event> events)
events - the events to set