@zeroc/ice
    Preparing search index...

    Class AdapterInfo

    Information about an adapter registered with the IceGrid registry.

    The Slice compiler generated this class from Slice struct ::IceGrid::AdapterInfo.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • Optionalid: string
      • Optionalproxy: ObjectPrx
      • OptionalreplicaGroupId: string

      Returns AdapterInfo

    Properties

    id: string

    The ID of the adapter.

    proxy: ObjectPrx

    A dummy direct proxy that contains the adapter endpoints.

    replicaGroupId: string

    The replica group ID of the object adapter, or empty if the adapter doesn't belong to a replica group.

    Methods

    • Determines whether the specified object is equal to the current object.

      Parameters

      • other: any

        The object to compare with the current object.

      Returns boolean

      true if the specified object is equal to the current object, false otherwise.