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

org.mvnsearch.spring.boot.nats.NatsDisposable Maven / Gradle / Ivy

Go to download

Spring Boot starter NATS with publish/subscribe, KeyValue, Object Store, Durable Component, Services framework etc. support.

There is a newer version: 0.2.1
Show newest version
package org.mvnsearch.spring.boot.nats;

/**
 * Nats disposable
 *
 * @author linux_china
 */
@FunctionalInterface
public interface NatsDisposable {
  void destroy() throws java.lang.Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy