This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package jnpf.preperties;
|
||||
|
||||
import org.springframework.cloud.stream.annotation.Input;
|
||||
import org.springframework.messaging.SubscribableChannel;
|
||||
|
||||
public interface CustomChannels {
|
||||
String INPUT_CHANNEL_JNPF = "jnpf";
|
||||
|
||||
@Input(INPUT_CHANNEL_JNPF)
|
||||
SubscribableChannel jnpfTopic();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user