ServiceMessageBrokerFactory
interface ServiceMessageBrokerFactory {
createMessageBroker(channel: string, runInZone: boolean = true): ServiceMessageBroker
}
方法
Initializes the given channel and attaches a new | ||||||
参数
返回值 |