-
Notifications
You must be signed in to change notification settings - Fork 847
Configure application wide Clock #3083
Copy link
Copy link
Open
Labels
Priority 2: ShouldHigh priority. Ideally, these issues are part of the release they’re assigned to.High priority. Ideally, these issues are part of the release they’re assigned to.Type: FeatureUse to signal an issue is completely new to the project.Use to signal an issue is completely new to the project.
Milestone
Metadata
Metadata
Assignees
Labels
Priority 2: ShouldHigh priority. Ideally, these issues are part of the release they’re assigned to.High priority. Ideally, these issues are part of the release they’re assigned to.Type: FeatureUse to signal an issue is completely new to the project.Use to signal an issue is completely new to the project.
Description
Although in a lot of cases, the positioning of the
Clockon theGenericEventMessageas apublic staticfield has been sufficient, as far as configuration goes, it is not very nice.Granted, it can be adjusted by the user, since the field is
public.But given the existence of the
Configurerit is somewhat of an oddball in Axon Framework.Hence, we should provide a means to define a single
Clockon the overall Axon Framework configuration API.