Home > @imqueue/core > ICluster > find
ICluster.find property
Looks a server up, matching by id when both sides carry one and by host and port otherwise. Returns undefined when it is not registered.
Signature:
find: (server: IServerInput) => IMessageQueueConnection | undefined;