Class and Description |
---|
QueryBus
The mechanism that dispatches Query objects to their appropriate QueryHandlers.
|
QueryMessage
Message type that carries a Query: a request for information.
|
QueryResponseMessage
Message that contains the results of a Query.
|
QueryUpdateEmitter
Component which informs subscription queries about updates, errors and when there are no more updates.
|
SubscriptionQueryBackpressure
Backpressure mechanism used for subscription queries.
|
SubscriptionQueryMessage
Message type that carries a Subscription Query: a request for information.
|
SubscriptionQueryResult
Result of the subscription query.
|
SubscriptionQueryUpdateMessage
Message which holds incremental update of an subscription query.
|
Class and Description |
---|
QueryBus
The mechanism that dispatches Query objects to their appropriate QueryHandlers.
|
QueryMessage
Message type that carries a Query: a request for information.
|
QueryResponseMessage
Message that contains the results of a Query.
|
SubscriptionQueryBackpressure
Backpressure mechanism used for subscription queries.
|
SubscriptionQueryMessage
Message type that carries a Subscription Query: a request for information.
|
SubscriptionQueryResult
Result of the subscription query.
|
SubscriptionQueryUpdateMessage
Message which holds incremental update of an subscription query.
|
Class and Description |
---|
QueryBus
The mechanism that dispatches Query objects to their appropriate QueryHandlers.
|
QueryGateway
Interface towards the Query Handling components of an application.
|
QueryUpdateEmitter
Component which informs subscription queries about updates, errors and when there are no more updates.
|
Class and Description |
---|
QueryResponseMessage
Message that contains the results of a Query.
|
Class and Description |
---|
QueryMessage
Message type that carries a Query: a request for information.
|
Class and Description |
---|
DefaultQueryGateway
Implementation of the QueryGateway interface that allows the registration of dispatchInterceptors.
|
DefaultQueryGateway.Builder
Builder class to instantiate a
DefaultQueryGateway . |
GenericQueryMessage
Generic implementation of the QueryMessage.
|
GenericQueryResponseMessage
QueryResponseMessage implementation that takes all properties as constructor parameters.
|
GenericSubscriptionQueryMessage
Generic implementation of the
SubscriptionQueryMessage . |
LoggingQueryInvocationErrorHandler
Implementation of the QueryInvocationErrorHandler that logs all errors to a given
Logger . |
LoggingQueryInvocationErrorHandler.Builder
Builder class to instantiate a
LoggingQueryInvocationErrorHandler . |
QueryBus
The mechanism that dispatches Query objects to their appropriate QueryHandlers.
|
QueryGateway
Interface towards the Query Handling components of an application.
|
QueryInvocationErrorHandler
Interface describing a mechanism for the QueryMessage components to report errors.
|
QueryMessage
Message type that carries a Query: a request for information.
|
QueryResponseMessage
Message that contains the results of a Query.
|
QueryUpdateEmitter
Component which informs subscription queries about updates, errors and when there are no more updates.
|
SimpleQueryBus
Implementation of the QueryBus that dispatches queries to the handlers within the JVM.
|
SimpleQueryBus.Builder
Builder class to instantiate a
SimpleQueryBus . |
SimpleQueryUpdateEmitter
Implementation of
QueryUpdateEmitter that uses Project Reactor to implement Update Handlers. |
SimpleQueryUpdateEmitter.Builder
Builder class to instantiate a
SimpleQueryUpdateEmitter . |
SubscriptionQueryBackpressure
Backpressure mechanism used for subscription queries.
|
SubscriptionQueryMessage
Message type that carries a Subscription Query: a request for information.
|
SubscriptionQueryResult
Result of the subscription query.
|
SubscriptionQueryUpdateMessage
Message which holds incremental update of an subscription query.
|
UpdateHandlerRegistration
Result of registering an Update Handler.
|
Class and Description |
---|
QueryBus
The mechanism that dispatches Query objects to their appropriate QueryHandlers.
|
QueryHandlerAdapter
Describes a class capable of subscribing to the query bus.
|
QueryMessage
Message type that carries a Query: a request for information.
|
Class and Description |
---|
QueryBus
The mechanism that dispatches Query objects to their appropriate QueryHandlers.
|
QueryGateway
Interface towards the Query Handling components of an application.
|
QueryHandlerAdapter
Describes a class capable of subscribing to the query bus.
|
QueryUpdateEmitter
Component which informs subscription queries about updates, errors and when there are no more updates.
|
Class and Description |
---|
QueryBus
The mechanism that dispatches Query objects to their appropriate QueryHandlers.
|
QueryGateway
Interface towards the Query Handling components of an application.
|
QueryInvocationErrorHandler
Interface describing a mechanism for the QueryMessage components to report errors.
|
QueryMessage
Message type that carries a Query: a request for information.
|
SimpleQueryBus
Implementation of the QueryBus that dispatches queries to the handlers within the JVM.
|
Copyright © 2010–2020. All rights reserved.