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

com.github.javaclub.mq.client.producer.transaction.LocalTransactionChecker Maven / Gradle / Ivy

There is a newer version: 2.1.10
Show newest version
package com.github.javaclub.mq.client.producer.transaction;

import com.github.javaclub.mq.client.producer.message.PubMessage;

public interface LocalTransactionChecker {
	public TransactionStatus check(PubMessage msg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy