- setAcknowledgeMode(AcknowledgeMode) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets the acknowledge mode to use for the cluster
- setAdviceChain(Advice[]) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets the Advice Chain to use for the cluster.
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.eventhandling.amqp.spring.ListenerContainerFactory
-
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPTerminal
-
- setConcurrentConsumers(int) - Method in class org.axonframework.eventhandling.amqp.spring.ExtendedMessageListenerContainer
-
Sets the number of concurrent consumers in this container.
- setConcurrentConsumers(Integer) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets the number of concurrent consumers to use for the cluster
- setConnectionFactory(ConnectionFactory) - Method in class org.axonframework.eventhandling.amqp.spring.ExtendedMessageListenerContainer
-
- setConnectionFactory(ConnectionFactory) - Method in class org.axonframework.eventhandling.amqp.spring.ListenerContainerFactory
-
Sets the connection factory to use for the cluster
- setConnectionFactory(ConnectionFactory) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPTerminal
-
Sets the ConnectionFactory providing the Connections and Channels to send messages on.
- setDefaultConfiguration(SpringAMQPConsumerConfiguration) - Method in class org.axonframework.eventhandling.amqp.spring.ListenerContainerLifecycleManager
-
Sets the configuration with the entries to use as defaults in case a registered cluster does not provide
explicit values.
- setDefaults(SpringAMQPConsumerConfiguration) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets the defaults to use when this instance does not explicitly provide a configuration value.
- setDurable(boolean) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPTerminal
-
Whether or not messages should be marked as "durable" when sending them out.
- setErrorHandler(ErrorHandler) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets the Error Handler to use for the cluster.
- setExchange(Exchange) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPTerminal
-
Sets the name of the exchange to dispatch published messages to.
- setExchangeName(String) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPTerminal
-
Sets the name of the exchange to dispatch published messages to.
- setExclusive(boolean) - Method in class org.axonframework.eventhandling.amqp.spring.ExtendedMessageListenerContainer
-
Sets whether the listener container created by this factory should be exclusive.
- setExclusive(Boolean) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets whether the listener container created by this factory should be exclusive.
- setListenerContainerLifecycleManager(ListenerContainerLifecycleManager) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPTerminal
-
Sets the ListenerContainerLifecycleManager that creates and manages the lifecycle of Listener Containers for the
clusters that are connected to this terminal.
- setMessageConverter(AMQPMessageConverter) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPTerminal
-
Sets the Message Converter that creates AMQP Messages from Event Messages and vice versa.
- setMessagePropertiesConverter(MessagePropertiesConverter) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets the message properties converter to use for the cluster
- setPhase(int) - Method in class org.axonframework.eventhandling.amqp.spring.ListenerContainerLifecycleManager
-
Defines the phase in which Spring should manage this beans lifecycle.
- setPrefetchCount(Integer) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets the PrefetchCount to use for the cluster.
- setQueueName(String) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets the name of the Queue that a Cluster should be connected to.
- setReceiveTimeout(Long) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets the receive timeout to use for the cluster
- setRecoveryInterval(Long) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets the Recovery Interval to use for the cluster.
- setRoutingKeyResolver(RoutingKeyResolver) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPTerminal
-
Sets the RoutingKeyResolver that provides the Routing Key for each message to dispatch.
- setSerializer(Serializer) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPTerminal
-
Sets the serializer to serialize messages with when sending them to the Exchange.
- setShutdownTimeout(Long) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets the shutdown timeout to use for the cluster
- setTaskExecutor(Executor) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets the task executor to use for the cluster
- setTransactional(boolean) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPTerminal
-
Whether this Terminal should dispatch its Events in a transaction or not.
- setTransactionAttribute(TransactionAttribute) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets the transaction attribute to use for the cluster
- setTransactionManager(PlatformTransactionManager) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets the PlatformTransactionManager to use for the cluster.
- setTxSize(Integer) - Method in class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
Sets the Transaction Size to use for the cluster.
- shouldGenerateIdAsFallback() - Method in class org.axonframework.contextsupport.spring.amqp.AMQPConfigurationBeanDefinitionParser
-
- SpringAMQPConsumerConfiguration - Class in org.axonframework.eventhandling.amqp.spring
-
AMQPConsumerConfiguration implementation that has additional support for all Spring-specific AMQP Configuration
properties.
- SpringAMQPConsumerConfiguration() - Constructor for class org.axonframework.eventhandling.amqp.spring.SpringAMQPConsumerConfiguration
-
- SpringAMQPTerminal - Class in org.axonframework.eventhandling.amqp.spring
-
EventBusTerminal implementation that uses an AMQP 0.9 compatible Message Broker to dispatch event messages.
- SpringAMQPTerminal() - Constructor for class org.axonframework.eventhandling.amqp.spring.SpringAMQPTerminal
-
- start() - Method in class org.axonframework.eventhandling.amqp.spring.ListenerContainerLifecycleManager
-
- stop(Runnable) - Method in class org.axonframework.eventhandling.amqp.spring.ListenerContainerLifecycleManager
-
- stop() - Method in class org.axonframework.eventhandling.amqp.spring.ListenerContainerLifecycleManager
-