Steven van Beelen
Steven van Beelen
### Feature Description It would be nice if the plugin contained Intellij's [Live Templates](https://www.jetbrains.com/help/idea/using-live-templates.html). By doing so, we could allow users macro's, like `ch` or `cmdh`, that could automatically construct...
### Feature Description Provide, for example, gutter icons for the `@MessageHandlerInterceptor`. This currently is provided for the `@CommandHandlerInterceptor`. I'd assume implementing a similar level of support for the more generic...
### Feature Description Replace the date String fields for actual Date types. Important in this process is to ensure the created sorting index (based on the event timestamp and sequence...
The `EventHandlingConfiguration` has been replaced in favor of the `EventProcessingConfiguration`. Thus all notion of the `EventHandlingConfiguration` should be replaced, as well as adding a description of the new features it...
We should have a migration guide from Axon 2.x to Axon 3.x. This should simplify the process for users which want to move to Axon 3.x.
Currently, the Configuration section is some what meager. It just exemplifies that there is a Configuration API is in place, not so much the extend of its possibilities. We for...
It is currently not documented that there is a `ParameterResolver` in place which returns the `TrackingToken` in `@EventHandler` annotated functions which receive their events from a `TrackingEventProcessor`, whilst it would...
The `@ConcludesBatch` can be used in `@EventHandler` annotated function to check whether a batch of events has concluded yes/no. This is beneficial in situations where optimization of a query model...
@ghilainm documented this request under the AxonFramework repository, issue number [#712](https://github.com/AxonFramework/AxonFramework/issues/712). The contents have been copied over here per direct reference. -------------------- The link between the different components is not...
Add Deadline API Documentation with code samples