Skip to content

Instantly share code, notes, and snippets.

@kshitijcode
Last active July 8, 2021 08:25
Show Gist options
  • Select an option

  • Save kshitijcode/342bd7bdebfb9f9ad2d2f9034818729b to your computer and use it in GitHub Desktop.

Select an option

Save kshitijcode/342bd7bdebfb9f9ad2d2f9034818729b to your computer and use it in GitHub Desktop.
[Topic("pubsub", "dapreventhub")]
[HttpPost("/receiver")]
public async Task<IActionResult> Subscriber(WeatherChange weatherChange)
{
_logger.LogInformation("Received Weather: {@WeatherChange}", weatherChange);
return Ok();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment