Class EmptyEventContext

    • Method Detail

      • get

        public <T> T get​(Class<T> desiredType,
                         int index)
        This should never be called because the count is always zero.
        Specified by:
        get in interface EventContext
        Parameters:
        desiredType - the type of value required
        index - identifies which parameter value to extract
        Returns:
        the value extracted and converted or coerced