Class SimpleQueryUpdateEmitter

java.lang.Object
org.axonframework.messaging.queryhandling.SimpleQueryUpdateEmitter
All Implemented Interfaces:
DescribableComponent, QueryUpdateEmitter

public class SimpleQueryUpdateEmitter extends Object implements QueryUpdateEmitter
Simple implementation of the QueryUpdateEmitter, delegating operations to a QueryBus for emitting update, completing subscription queries, and completing subscription queries exceptionally.

Uses the ProcessingContext given during construction of the SimpleQueryUpdateEmitter to perform all operations in the expected lifecycle order.

Since:
4.0.0
Author:
Milan Savic, Stefan Dragisic, Steven van Beelen