Interface IRuntimeKeyParser

All Known Implementing Classes:
IdentityRuntimeKeyMapper

public interface IRuntimeKeyParser
Interface that can be used to parse a string to a runtime key.
Since:
8.0
Author:
Jon van Leuven
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    com.aquima.interactions.composer.RuntimeKey
    This method parses the string and returns the runtime key.
  • Method Details Link icon

    • parse Link icon

      com.aquima.interactions.composer.RuntimeKey parse(String key)
      This method parses the string and returns the runtime key.
      Parameters:
      key - The key to parse.
      Returns:
      The resulting runtime key, may be null when the key could not be parsed.