Created
July 23, 2020 19:11
-
-
Save rfaita/9bed1c0bc534b0dc20c6b99a6b415453 to your computer and use it in GitHub Desktop.
StreamConfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.iot.edge.config; | |
import org.springframework.cloud.stream.annotation.EnableBinding; | |
import org.springframework.cloud.stream.messaging.Processor; | |
import org.springframework.context.annotation.Configuration; | |
@Configuration | |
@EnableBinding(Processor.class) | |
public class StreamConfig { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment