Class LegacyChangeVariablesInvocation

    • Constructor Detail

      • LegacyChangeVariablesInvocation

        public LegacyChangeVariablesInvocation​(String connectorId,
                                               String variableName,
                                               Object value)
    • Method Detail

      • isLegacyVariableChange

        public static boolean isLegacyVariableChange​(String interfaceName,
                                                     String methodName)
      • setVariableChange

        public void setVariableChange​(String name,
                                      Object value)
      • getLastOnlyTag

        public String getLastOnlyTag()
        Description copied from class: MethodInvocation
        Gets a String tag that is used to uniquely identify previous method invocations that should be purged from the queue if @Delay(lastOnly = true) is used.

        The returned string should contain at least one non-number char to ensure it doesn't collide with the keys used for invocations without lastOnly.

        Overrides:
        getLastOnlyTag in class MethodInvocation
        Returns:
        a string identifying this method invocation