Skip to content

Instantly share code, notes, and snippets.

@rfaita
Created July 23, 2020 19:11
Show Gist options
  • Save rfaita/9bed1c0bc534b0dc20c6b99a6b415453 to your computer and use it in GitHub Desktop.
Save rfaita/9bed1c0bc534b0dc20c6b99a6b415453 to your computer and use it in GitHub Desktop.
StreamConfig
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