public interface TraceRecord
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<List<String>> |
arguments() |
org.qi4j.api.property.Property<String> |
compositeTypeName() |
org.qi4j.api.property.Property<Long> |
duration() |
org.qi4j.api.property.Property<Long> |
entryTime() |
org.qi4j.api.property.Property<Throwable> |
exception() |
org.qi4j.api.property.Property<String> |
methodName() |
org.qi4j.api.property.Property<String> |
threadName() |
org.qi4j.api.property.Property<String> methodName()
org.qi4j.api.property.Property<String> compositeTypeName()
org.qi4j.api.property.Property<String> threadName()
org.qi4j.api.property.Property<Long> entryTime()
org.qi4j.api.property.Property<Long> duration()
@Optional org.qi4j.api.property.Property<Throwable> exception()