
network.oxalis.ng.commons.util.ClosableSpan Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oxalis-ng-commons Show documentation
Show all versions of oxalis-ng-commons Show documentation
Holds the stuff which is common for both inbound and outbound messages and should be shared between them.
package network.oxalis.ng.commons.util;
import java.io.Closeable;
public interface ClosableSpan extends Closeable {
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy