Class ResponseConsumer

    • Constructor Detail

      • ResponseConsumer

        public ResponseConsumer​(io.opentelemetry.context.Context context)
    • Method Detail

      • accept

        public void accept​(java.net.http.HttpResponse<?> httpResponse,
                           Throwable throwable)
        Specified by:
        accept in interface BiConsumer<java.net.http.HttpResponse<?>,​Throwable>