public class JmsEndpointModel extends JmsAdapterType
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType>
<complexContent>
<extension base="{http://www.citrusframework.org/schema/jms/config}jmsAdapterType">
<attribute name="auto-start" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="durable-subscription" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="durable-subscriber-name" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoStart |
protected String |
durableSubscriberName |
protected Boolean |
durableSubscription |
actor, connectionFactory, destination, destinationName, destinationNameResolver, destinationResolver, id, jmsTemplate, messageConverter, pollingInterval, pubSubDomain, timeout, useObjectMessages| Constructor and Description |
|---|
JmsEndpointModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDurableSubscriberName()
Ruft den Wert der durableSubscriberName-Eigenschaft ab.
|
Boolean |
isAutoStart()
Ruft den Wert der autoStart-Eigenschaft ab.
|
Boolean |
isDurableSubscription()
Ruft den Wert der durableSubscription-Eigenschaft ab.
|
void |
setAutoStart(Boolean value)
Legt den Wert der autoStart-Eigenschaft fest.
|
void |
setDurableSubscriberName(String value)
Legt den Wert der durableSubscriberName-Eigenschaft fest.
|
void |
setDurableSubscription(Boolean value)
Legt den Wert der durableSubscription-Eigenschaft fest.
|
getActor, getConnectionFactory, getDestination, getDestinationName, getDestinationNameResolver, getDestinationResolver, getId, getJmsTemplate, getMessageConverter, getPollingInterval, getTimeout, isPubSubDomain, isUseObjectMessages, setActor, setConnectionFactory, setDestination, setDestinationName, setDestinationNameResolver, setDestinationResolver, setId, setJmsTemplate, setMessageConverter, setPollingInterval, setPubSubDomain, setTimeout, setUseObjectMessagesprotected Boolean autoStart
protected Boolean durableSubscription
protected String durableSubscriberName
public Boolean isAutoStart()
Booleanpublic void setAutoStart(Boolean value)
value - allowed object is
Booleanpublic Boolean isDurableSubscription()
Booleanpublic void setDurableSubscription(Boolean value)
value - allowed object is
Booleanpublic String getDurableSubscriberName()
StringCopyright © 2008–2021 ConSol Software GmbH. All rights reserved.