Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about event-bus

Read more about event-bus

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - event-bus

Vert.x event bus consumer called twitce

i wrote a simple code for communicate between a java server in vert.x and a browser client with the event bus library. The client send a message to the server through the event bus and the server call...
test-img

Stardustt

vert.x

sockjs

event-bus

vertx-eventbus

Votes: 0

Answers: 0

How can I configure my event bus in ASP.NET Core 6 - Migration to .NET 6

I want to migrate from ASP.NET Core 5 to ASP.NET Core 6. How can I configure by event bus in .NET 6? Here is my code in ASP.NET Core 5: IEventBus.cs class public interface IEventBus { void Publish...
test-img

Mostafa

c#

asp.net-core

dependency-injection

event-bus

Votes: 0

Answers: 1

Latest Answer

In Program.cs try this code: var builder = WebApplication.CreateBuilder(args); builder.Services.AddTransient<IEventBus,EventBus>(); ServiceProvider serviceProvider = builder.Services.BuildServ...
test-img

MB_18

ASP.NET : how to make reliable long running event consumer

I am considering on the way to implement event consumer as long running task in ASP.NET. The common way to do this it use IHostedService and it implementation BackgroundService, but what exactly is th...
test-img

Masteroxify

asp.net

task

event-bus

Votes: 0

Answers: 0

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved