Skip to content

Instantly share code, notes, and snippets.

@danielkec
Created January 24, 2021 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielkec/b51c23a5d80583a7bdf804f50e30ee01 to your computer and use it in GitHub Desktop.
Save danielkec/b51c23a5d80583a7bdf804f50e30ee01 to your computer and use it in GitHub Desktop.
@Incoming("from-stream")
public void receive(CloudEvent event) {
String payload = new String(event.getData().toBytes());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment