Interfacehttpv0.1.0-next.0SubscriberRouteA bus subscriber row. The Bus routes off it without importing the subscriber module. The HTTP engine ignores these rows until the Bus ships on this transport. interface SubscriberRouteinterface SubscriberRouteMember overviewPropertiesfrequencykeysloadPropertiesfrequencyMirrors the @Subscribe@Subscribe frequency metadata. readonly frequency: 'on' | 'once'readonly frequency: 'on' | 'once'keysThe subscription keys this subscriber registers for. readonly keys: readonly string[]readonly keys: readonly string[]loadLazy import of the subscriber module. readonly load: () => Promise<unknown>readonly load: () => Promise<unknown>
frequencyMirrors the @Subscribe@Subscribe frequency metadata. readonly frequency: 'on' | 'once'readonly frequency: 'on' | 'once'
keysThe subscription keys this subscriber registers for. readonly keys: readonly string[]readonly keys: readonly string[]
loadLazy import of the subscriber module. readonly load: () => Promise<unknown>readonly load: () => Promise<unknown>