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

com.wu.framework.easy.upsert.PulsarSchema Maven / Gradle / Ivy

package com.wu.framework.easy.upsert;


import org.springframework.stereotype.Indexed;

import java.lang.annotation.*;

@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Indexed
public @interface PulsarSchema {

    String topic() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy