Find a message in the inbound queue, using a user-provided matching method. This method scans the inbound queue, calling a user-provided method that is handed each message in turn to see if it matches the desired criteria. If no appropriate messages are found in the inbound queue, this method will wait until the desired message arrives from the connection. The message, if found, will be removed from the inbound queue.
the matching message, or null if no message is found before the timeout expires.
Exception Type | Condition |
---|---|
TipcIOException | For low-level errors. |
TipcException | For all other errors. |
TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace | TipcSearcher