Class SRUThreadedClient


  • public class SRUThreadedClient
    extends Object
    A client to perform SRU operations in parallel. The response of a SRU request is wrapped in a SRU response.

    This client is reusable and thread-safe: the application may reuse a client object and may shared it between multiple threads.

    NB: The registered SRURecordDataParser need to be thread-safe