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

in.hocg.boot.message.autoconfigure.service.local.LocalMessageBervice Maven / Gradle / Ivy

package in.hocg.boot.message.autoconfigure.service.local;

import in.hocg.boot.message.autoconfigure.service.TransactionalMessageQueueBervice;

/**
 * Created by hocgin on 2021/4/9
 * email: [email protected]
 *
 * @author hocgin
 */
public interface LocalMessageBervice extends TransactionalMessageQueueBervice {
}