Skip to main content

Metadata (common)

Decorators

@getClassBoundaryPolicy

import { getClassBoundaryPolicy } from '@hexajs-dev/common';
@getClassBoundaryPolicy

@getMethodBoundaryPolicy

import { getMethodBoundaryPolicy } from '@hexajs-dev/common';
@getMethodBoundaryPolicy

@resolveRouteBoundaryPolicy

import { resolveRouteBoundaryPolicy } from '@hexajs-dev/common';
@resolveRouteBoundaryPolicy

@setClassBoundaryPolicy

import { setClassBoundaryPolicy } from '@hexajs-dev/common';
@setClassBoundaryPolicy

@setMethodBoundaryPolicy

import { setMethodBoundaryPolicy } from '@hexajs-dev/common';
@setMethodBoundaryPolicy

Functions

createAllowExternalPolicy

import { createAllowExternalPolicy } from '@hexajs-dev/common';
function createAllowExternalPolicy(options?: AllowExternalOptions): Readonly<HexaMessageBoundaryPolicy>

Constants

INTERNAL_ONLY_BOUNDARY_POLICY

import { INTERNAL_ONLY_BOUNDARY_POLICY } from '@hexajs-dev/common';
const INTERNAL_ONLY_BOUNDARY_POLICY: Readonly<HexaMessageBoundaryPolicy>;