Skip to content

Commit

Permalink
Refactor TransmissionJobItemContext (apache#32601)
Browse files Browse the repository at this point in the history
* Refactor InventoryDumperContextSplitter

* Remove useless comment on InventoryDumperContextSplitter

* Refactor TransmissionJobItemContext
  • Loading branch information
terrymanu authored Aug 20, 2024
1 parent 70a56e2 commit 1229f41
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
*/
public interface TransmissionJobItemContext extends PipelineJobItemContext, PipelineJobProgressListener {

@Override
TransmissionProcessContext getJobProcessContext();

/**
* Get inventory tasks.
*
Expand Down Expand Up @@ -89,6 +86,9 @@ public interface TransmissionJobItemContext extends PipelineJobItemContext, Pipe
*/
long getInventoryRecordsCount();

@Override
TransmissionProcessContext getJobProcessContext();

@Override
default TransmissionJobItemProgress toProgress() {
return new TransmissionJobItemProgress(this);
Expand Down

0 comments on commit 1229f41

Please sign in to comment.