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

no.ssb.sagalog.SagaLogPool Maven / Gradle / Ivy

There is a newer version: 0.5
Show newest version
package no.ssb.sagalog;

public interface SagaLogPool {

    SagaLog connect(String logId);

    void release(String logId);

    void shutdown();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy