Added missing new methods to noop implementation

master
Mauro Mugnaini 1 month ago
parent 7b5656485b
commit 23ee2a5b73
Signed by: mauro.mugnaini
GPG Key ID: 2440CFD0EB321EA8

@ -51,6 +51,18 @@ public class NoOpEventPublisherProvider extends OrchestratorEventPublisherProvid
// Nothing to do
return null;
}
@Override
public int getLastSendHTTPResponseCode() {
// Nothing to do
return 0;
}
@Override
public int getLastRetrieveHTTPResponseCode() {
// Nothing to do
return 0;
}
};
}

Loading…
Cancel
Save