public interface StatsDClientErrorHandler
| 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.
|
Copyright © 2018. All rights reserved.