Rebus.ServiceProvider AddRebus overloads missing

350 Views Asked by At

I am trying to follow the documentation on GitHub for Rebus.ServiceProvider AddRebus method as documented in the link https://github.com/rebus-org/Rebus.ServiceProvider but it seems likely that there is something wrong with me as as I can't get it working as expected.

services.AddRebus(isPrimaryBus: false, ...); Missing

onCreated: async bus => {...}//Missing and

builder.Host.AddRebusService( services => (...) ); also Missing

What other Nugets in addition to Rebus.RabbitMQ and Rebus.ServiceProvider are required to make it work properly.

Thanks in Advance.

1

There are 1 best solutions below

1
Amour Rashid On

This seems to be in version 8 that is not final yet.