Skip to content

Instantly share code, notes, and snippets.

@bbalakriz
Created May 8, 2020 06:14
Show Gist options
  • Select an option

  • Save bbalakriz/34ddab613dae0b3df6d0593be6ad3577 to your computer and use it in GitHub Desktop.

Select an option

Save bbalakriz/34ddab613dae0b3df6d0593be6ad3577 to your computer and use it in GitHub Desktop.
HashTagReaderService.java
@ApplicationScoped
public class HashTagReaderService {
@Incoming("agg-feeds")
@Outgoing("hash-stream")
@Broadcast
public String stream(String hashStream) {
return hashStream;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment