@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface EventExpirationSecs
EventStoreEvent class you can set how long is the event valid and should be fired.
This can be used for not firing events when reseting topic offset.| Modifier and Type | Required Element and Description |
|---|---|
long |
value |
Copyright © 2019. All rights reserved.