MassTransit.Host.AssemblyScanner.AssemblyScanner C# (CSharp) Method

AssemblyScanner() public method

public AssemblyScanner ( ) : System
return System
        public AssemblyScanner()
        {
            _endpointSpecificationTypeName = TypeMetadataCache<IEndpointSpecification>.ShortName;
            _serviceSpecificationTypeName = TypeMetadataCache<IServiceSpecification>.ShortName;
            _hostBusFactoryTypeName = TypeMetadataCache<IHostBusFactory>.ShortName;
        }