public interface ExtensionProfilingEventContext extends ProfilingEventContext
ProfilingEventContext associated to extension profiling events. It allows to retrieve generic data produced by an
extension for profiling extension-specific behavior. This type of events can be discriminated by the profiling data source
identifier (for example the HTTP Connector) and extension event subtype which allows to indicate the profiling event subtypes
associated to that extension (for example An HTTP Request response).| Modifier and Type | Method and Description |
|---|---|
Optional<Object> |
get(String key) |
String |
getExtensionEventSubtypeIdentifier() |
String |
getProfilingDataSourceIdentifier() |
getTriggerTimestampString getProfilingDataSourceIdentifier()
String getExtensionEventSubtypeIdentifier()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.