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

fun.mike.memo.impl.alpha.ConnectionAndSessionConsumer Maven / Gradle / Ivy

The newest version!
package fun.mike.memo.impl.alpha;

import javax.jms.Connection;
import javax.jms.JMSException;
import javax.jms.Session;

@FunctionalInterface
public interface ConnectionAndSessionConsumer {
    void accept(Connection conn, Session session) throws JMSException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy