We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RpcEventServer
1 parent 3e899de commit 209fba2Copy full SHA for 209fba2
src/servicebroker-npm/src/index.ts
@@ -16,5 +16,5 @@ export { ServiceActivationOptions } from './ServiceActivationOptions'
16
export { ServiceBrokerClientMetadata } from './ServiceBrokerClientMetadata'
17
export { ServiceJsonRpcDescriptor, JsonRpcConnection } from './ServiceJsonRpcDescriptor'
18
export { ServiceMoniker } from './ServiceMoniker'
19
-export { ServiceRpcDescriptor } from './ServiceRpcDescriptor'
+export { ServiceRpcDescriptor, RpcEventServer } from './ServiceRpcDescriptor'
20
export * from './container'
0 commit comments