Class TagsConfiguration

java.lang.Object
org.axonframework.axonserver.connector.TagsConfiguration

public class TagsConfiguration extends Object
Tags configuration labeling Axon Node represented by key-value pairs.
Since:
4.2
Author:
Milan Savic
  • Constructor Details

    • TagsConfiguration

      public TagsConfiguration()
      The default constructor.
    • TagsConfiguration

      public TagsConfiguration(Map<String,String> tags)
      Initializes tags configuration with key-value pairs.
      Parameters:
      tags - the map of String to String representing tags key-value pairs
  • Method Details