- send(List<? extends EventMessage<?>>) - Method in class org.axonframework.amqp.eventhandling.spring.SpringAMQPPublisher
-
Sends the given events to the configured AMQP Exchange.
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.amqp.eventhandling.spring.SpringAMQPPublisher
-
- setConnectionFactory(ConnectionFactory) - Method in class org.axonframework.amqp.eventhandling.spring.SpringAMQPPublisher
-
Sets the ConnectionFactory providing the Connections and Channels to send messages on.
- setDurable(boolean) - Method in class org.axonframework.amqp.eventhandling.spring.SpringAMQPPublisher
-
Whether or not messages should be marked as "durable" when sending them out.
- setExchange(Exchange) - Method in class org.axonframework.amqp.eventhandling.spring.SpringAMQPPublisher
-
Sets the name of the exchange to dispatch published messages to.
- setExchangeName(String) - Method in class org.axonframework.amqp.eventhandling.spring.SpringAMQPPublisher
-
Sets the name of the exchange to dispatch published messages to.
- setMessageConverter(AMQPMessageConverter) - Method in class org.axonframework.amqp.eventhandling.spring.SpringAMQPPublisher
-
Sets the Message Converter that creates AMQP Messages from Event Messages and vice versa.
- setPublisherAckTimeout(long) - Method in class org.axonframework.amqp.eventhandling.spring.SpringAMQPPublisher
-
Sets the maximum amount of time (in milliseconds) the publisher may wait for the acknowledgement of published
messages.
- setRoutingKeyResolver(RoutingKeyResolver) - Method in class org.axonframework.amqp.eventhandling.spring.SpringAMQPPublisher
-
Sets the RoutingKeyResolver that provides the Routing Key for each message to dispatch.
- setSerializer(Serializer) - Method in class org.axonframework.amqp.eventhandling.spring.SpringAMQPPublisher
-
Sets the serializer to serialize messages with when sending them to the Exchange.
- setTransactional(boolean) - Method in class org.axonframework.amqp.eventhandling.spring.SpringAMQPPublisher
-
Whether this Terminal should dispatch its Events in a transaction or not.
- setWaitForPublisherAck(boolean) - Method in class org.axonframework.amqp.eventhandling.spring.SpringAMQPPublisher
-
Enables or diables the RabbitMQ specific publisher acknowledgements (confirms).
- shutDown() - Method in class org.axonframework.amqp.eventhandling.spring.SpringAMQPPublisher
-
Shuts down this component and unsubscribes it from its messageSource.
- SpringAMQPMessageSource - Class in org.axonframework.amqp.eventhandling.spring
-
MessageListener implementation that deserializes incoming messages and forwards them to one or more event processors.
- SpringAMQPMessageSource(Serializer) - Constructor for class org.axonframework.amqp.eventhandling.spring.SpringAMQPMessageSource
-
- SpringAMQPMessageSource(AMQPMessageConverter) - Constructor for class org.axonframework.amqp.eventhandling.spring.SpringAMQPMessageSource
-
Initializes an SpringAMQPMessageSource with given messageConverter to convert the incoming AMQP
message into an EventMessage.
- SpringAMQPPublisher - Class in org.axonframework.amqp.eventhandling.spring
-
EventBusTerminal implementation that uses an AMQP 0.9 compatible Message Broker to dispatch event messages.
- SpringAMQPPublisher(SubscribableMessageSource<EventMessage<?>>) - Constructor for class org.axonframework.amqp.eventhandling.spring.SpringAMQPPublisher
-
Initialize this instance to publish message as they are published on the given messageSource.
- start() - Method in class org.axonframework.amqp.eventhandling.spring.SpringAMQPPublisher
-
Subscribes this publisher to the messageSource provided during initialization.
- subscribe(Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.amqp.eventhandling.spring.SpringAMQPMessageSource
-