name

The unique name of this service.

By default, the services are named as such:

  • For classes, the class's nested name but with the first letter lowercase. (e.g., a ChannelResolver inside a ChannelResolverFactory =>channelResolverFactory.ChannelResolver)

  • For methods, the method's name.

See also

@ServiceName