public interface StatsDClientErrorHandler
| Modifier and Type | Field and Description |
|---|---|
static StatsDClientErrorHandler |
NO_OP_HANDLER |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Exception exception)
Handle the given exception, which occurred during a StatsD client operation.
|
void |
handle(String errorFormat,
Object... args)
Handle the given handle, represented as a string message.
|
static final StatsDClientErrorHandler NO_OP_HANDLER
Copyright © 2021. All rights reserved.