io.github.hpsocket.soa.starter.kafka.producer.mapper.DomainEventMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hp-soa-starter-kafka Show documentation
Show all versions of hp-soa-starter-kafka Show documentation
hp-soa: a fully functional, easy-to-use, and highly scalable microservice framework
The newest version!
package io.github.hpsocket.soa.starter.kafka.producer.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import io.github.hpsocket.soa.starter.kafka.producer.entity.DomainEvent;
/** 领域事件 {@linkplain BaseMapper Mapper} */
public interface DomainEventMapper extends BaseMapper
{
}