winccoa-manager
    Preparing search index...

    Class ServiceBase

    Base class for vRPC services.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get serviceFullName(): string

      The full name of the service.

      Returns string

    Methods

    • Registers a function with the service. A Function is equivalent to Response Foo(Request).

      Parameters

      • methodName: string

        The name of the method.

      • methodImpl: VrpcUnaryMethod

        The implementation of the method.

      Returns void

    • Checks if a service full name is valid.

      Parameters

      • serviceFullName: string

        The full name of the service.

      Returns boolean

      True if the service full name is valid, false otherwise.

      Allowed characters are letters, digits, and the following special characters: _ -