
io.honeycomb.libhoney.responses.ServerAccepted Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libhoney-java Show documentation
Show all versions of libhoney-java Show documentation
The Java client for sending events honeycomb
The newest version!
package io.honeycomb.libhoney.responses;
/**
* Marker for event responses that were accepted by the honeycomb server.
*
* In this case, the event's batch and the event itself were accepted by the server.
*
* See https://honeycomb.io/docs/reference/api/ for a detailed view of the batching API responses.
*/
public interface ServerAccepted extends ServerResponse {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy