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

com.wudgaby.apiautomatic.mq.ResourceSource Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.wudgaby.apiautomatic.mq;

import org.springframework.cloud.stream.annotation.Output;
import org.springframework.messaging.MessageChannel;

/**
 * @ClassName : Resourcesource
 * @Author :  WudGaby
 * @Version :  1.0
 * @Date : 2020/5/7 18:14
 * @Desc :   
 */
public interface ResourceSource {
    String OUTPUT = "resource-output";

    @Output(ResourceSource.OUTPUT)
    MessageChannel resourceChannel();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy