simple-tcp-to-wss - v1.0.0
    Preparing search index...

    Interface Subscription

    구독 정보를 나타내는 인터페이스입니다.

    Subscription

    interface Subscription {
        clientId: string;
        eventName: string;
        subscriptionId: string;
    }
    Index

    Properties

    clientId: string

    The ID of the client that created the subscription.

    eventName: string

    The name of the event to which the client is subscribed.

    subscriptionId: string

    Unique identifier for the subscription.