| Package | Description |
|---|---|
| com.amazonaws.monitoring | |
| com.amazonaws.monitoring.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiCallAttemptMonitoringEvent
A Monitoring Event that described the results of an Api Call Attempt.
|
class |
ApiCallMonitoringEvent
A Monitoring Event that describes the results of an Api Call.
|
class |
ApiMonitoringEvent
Base class contains a collection of data that describes a specific Api Call event that occurs during the execution of SDK logic
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MonitoringListener.handleEvent(MonitoringEvent event)
Handle a
MonitoringEvent |
| Modifier and Type | Class and Description |
|---|---|
static class |
AgentMonitoringListenerTest.TestEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
AsynchronousAgentDispatcher.addWriteTask(MonitoringEvent event,
DatagramChannel channel,
int maxSize)
Add a task to asynchronously write
event to the channel
if its serialized form does not exceed maxSize. |
void |
AgentMonitoringListener.handleEvent(MonitoringEvent event) |
Copyright © 2021. All rights reserved.