Uses the getMethodNames from the eventual-send level of abstraction that does not know anything about remotables.

Currently, just alias getMethodNames but this abstraction exists so a future PR can enforce restrictions on method names of remotables.

  • Type Parameters

    • T extends Record<string, CallableFunction>

    Parameters

    • behaviorMethods: T

    Returns PropertyKey[]