Class Time

    • Constructor Detail

      • Time

        public Time()
    • Method Detail

      • getStartMillis

        public long getStartMillis()
        Get the Execution Context "start" time in milli seconds.

        This is the time at which the message processing started.

        Returns:
        The Execution Context "start" time in milli seconds.
      • getStartNanos

        public long getStartNanos()
        Get the Execution Context "start" time in nano seconds.

        This is the time at which the message processing started.

        Returns:
        The Execution Context "start" time in nano seconds.
      • getStartDate

        public Date getStartDate()
        Get the Execution Context "start" time as a Date.

        This is the time at which the message processing started.

        Returns:
        The Execution Context "start" time as a Date.
      • getNowMillis

        public long getNowMillis()
        Get the current time in milli seconds.
        Returns:
        The current time in milli seconds.
      • getNowNanos

        public long getNowNanos()
        Get the current time in nano seconds.
        Returns:
        The current time in nano seconds.
      • getNowDate

        public Date getNowDate()
        Get the current time as a Date.
        Returns:
        The current time as a Date.