Skip to main content
16-Pearl
May 6, 2025
Question

Custom Listener Registration

  • May 6, 2025
  • 3 replies
  • 438 views

When Registering Listener in any xconf, we use property name="wt.services.service.{some int number}"

What is the use of that int number in property name

3 replies

Fadel
23-Emerald I
May 6, 2025

Hello ,there is no specific logic for the numbers , just make sure to keep unique values : 

Register the New Service 

Fadel_0-1746523636987.png

 

Buiꓘa
18-Opal
May 6, 2025

The number is there simply to provide uniqueness in order to allow for registering multiple services.

 

Don’t overthink it

TDT16-PearlAuthor
16-Pearl
October 28, 2025

The Number tells the startup order of the services.

The number must be unique. When adding a custom service, it's recommended to use a number larger than the highest existing one to avoid conflicts.