You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export{MeshConfig,Node,IChannel,IServiceHandlers,IChannelasChannel,IServiceHandlersasServiceHandlers,Topic};// Export both for compat
10
+
export{MeshConfig,Node,IChannel,IServiceHandlers,IServiceRegistration,IChannelasChannel,IServiceHandlersasServiceHandlers,Topic};// Export both for compat
11
11
// User asked to standardize naming. I'll export renamed IChannel and IServiceHandlers.
12
12
// IF old code relies on Channel/ServiceHandlers export from Mesh, I should alias them or update consumer code.
13
13
// Given "standardize abstraction", ideally I use IChannel everywhere.
@@ -46,25 +46,31 @@ export class Mesh implements IMesh {
0 commit comments