CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ InstantiateReceiving()

override void Cqrs.Azure.ServiceBus.AzureEventHub< TAuthenticationToken >.InstantiateReceiving ( )
protectedvirtual

Instantiate receiving on this bus by calling CheckPrivateHubExists and CheckPublicHubExists then InstantiateReceiving for private and public topics, then calling AzureBus<TAuthenticationToken>.StartSettingsChecking

Implements Cqrs.Azure.ServiceBus.AzureBus< TAuthenticationToken >.