Skip to content

Move Prefetching/Batching listener logic into core library #345

@JaidenAshmore

Description

@JaidenAshmore

Currently the construction of the prefetching (@PrefetchingQueueListener) and batching (@QueueListener) are copied in the Kotlin and Spring frameworks. This should be moved to the core library and the Spring and Kotlin modules just construct these containers via properties. This will simplify consumers who want to create their own annotations etc.

e.g. follow how the FIFO queue listeners are set up:

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions