Meshpocalypse Semantic
    Preparing search index...

    Type Alias PacketMiddleware

    PacketMiddleware: (packet: AgentMeshPacket) => boolean | Promise<boolean>

    Middleware in the receive pipeline. Returns true if the packet should continue through the pipeline, false to drop.

    Type Declaration

      • (packet: AgentMeshPacket): boolean | Promise<boolean>
      • Parameters

        • packet: AgentMeshPacket

        Returns boolean | Promise<boolean>