Variable WatchPluginConst

WatchPlugin: {
    methods: {
        emit: {
            I: typeof Event;
            O: typeof Empty;
            kind: Unary;
            name: "Emit";
        };
    };
    typeName: "v1.WatchPlugin";
} = ...

WatchPlugin is the service definition for a Webmesh watch plugin.

Type declaration

  • Readonly methods: {
        emit: {
            I: typeof Event;
            O: typeof Empty;
            kind: Unary;
            name: "Emit";
        };
    }
    • Readonly emit: {
          I: typeof Event;
          O: typeof Empty;
          kind: Unary;
          name: "Emit";
      }

      Emit handles a watch event.

      Generated

      from rpc v1.WatchPlugin.Emit

      • Readonly I: typeof Event
      • Readonly O: typeof Empty
      • Readonly kind: Unary
      • Readonly name: "Emit"
  • Readonly typeName: "v1.WatchPlugin"

Generated

from service v1.WatchPlugin

Generated using TypeDoc