Class ImmutableExceptionEventData

    • Field Detail

      • EXCEPTION_EVENT_NAME

        private static final java.lang.String EXCEPTION_EVENT_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • ImmutableExceptionEventData

        ImmutableExceptionEventData()
    • Method Detail

      • create

        static ExceptionEventData create​(long epochNanos,
                                         java.lang.Throwable exception,
                                         Attributes attributes,
                                         int totalAttributeCount)
        Returns a new immutable Event.
        Parameters:
        epochNanos - epoch timestamp in nanos of the Event.
        exception - the exception of the Event.
        attributes - the additional Attributes of the Event.
        totalAttributeCount - the total number of attributes for this Event.
        Returns:
        a new immutable Event<T>