다음을 통해 공유


ServiceBusTopicHandler type

type ServiceBusTopicHandler = (
  message: unknown,
  context: InvocationContext
) => FunctionResult