All Downloads are FREE. Search and download functionalities are using the official Maven repository.

network.oxalis.ng.commons.util.ClosableSpan Maven / Gradle / Ivy

Go to download

Holds the stuff which is common for both inbound and outbound messages and should be shared between them.

There is a newer version: 1.0.0
Show newest version
package network.oxalis.ng.commons.util;

import java.io.Closeable;

public interface ClosableSpan extends Closeable {
    void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy