StateCacheRefresher
abstract class StateCacheRefresher<S : Any, D, M : DomainEventExchange<*>>(val namedAggregate: NamedAggregate) : NamedAggregateDecorator, MessageFunction<StateCacheRefresher<S, D, M>, M, Mono<Void>>
Proactively refreshes aggregate state caches.
Inheritors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <M : Message<*, Any>, NamedBoundedContext, NamedAggregate> supportMessage(message: M): Boolean