StateCacheRefresher
abstract class StateCacheRefresher<S : Any, D, M : DomainEventExchange<*>>(val namedAggregate: NamedAggregate) : NamedAggregateDecorator, MessageFunction<StateCacheRefresher<S, D, M>, M, Mono<Void>>
主动刷新缓存.
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