How to get tag configuration in JAVA module?

In python we can do system.tag.getConfiguration to get a tag's configuration. What is the equivalent in the module gateway? The TagManager object does not provide the functionality.

  1. GatewayContext.getTagManager
  2. GatewayTagManager.getTagProvider()
  3. TagProvider.getTagConfigsAsync()