Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ getMetricsFailuresAsync() [2/2]

std::function< void()> IceMX::MetricsAdminPrx::getMetricsFailuresAsync ( std::string_view view,
std::string_view map,
std::string_view id,
std::function< void(::IceMX::MetricsFailures)> response,
std::function< void(std::exception_ptr)> exception = nullptr,
std::function< void(bool)> sent = nullptr,
const Ice::Context & context = Ice::noExplicitContext ) const

Gets the metrics failure associated for the given metrics.

Parameters
viewThe name of the metrics view.
mapThe name of the metrics map.
idThe ID of the metrics.
responseThe response callback. It accepts:
  • The metrics failures associated with the metrics.
exceptionThe exception callback.
sentThe sent callback.
contextThe request context.
Returns
A function that can be called to cancel the invocation locally.