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

io.nextop.rx.RxManaged Maven / Gradle / Ivy

The newest version!
package io.nextop.rx;

import io.nextop.Id;

public class RxManaged {
    public final Id id;

    public RxManaged(Id id) {
        this.id = id;
    }

    /** Called immediately after the managed object is removed from the manager. */
    public void close() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy