In reply to Prawin kumar:
The uvm_driver has a built-in seq_item_port which is intended to be connected to the sequence item_export of the sequencer. You can create an analysis_port in your driver. Analysis ports are intended for sending out data for further processing like coverage and scoreboards.
I recommedn to watch the UVM videos from the Verification Academy.