Interface Discriminator<E>

    • Method Detail

      • getDiscriminatingValue

        java.lang.String getDiscriminatingValue​(E e)
        Deprecated.
        Given event 'e' return a discriminating value.
        Parameters:
        e -
        Returns:
      • getKey

        java.lang.String getKey()
        Deprecated.
        The key or variable name under which the discriminating value should be exported into the host environment.
        Returns: