public interface DpeReportHandler
extends java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
default void |
close() |
void |
handleReport(DpeRegistrationData dpeRegistration,
DpeRuntimeData dpeRuntime)
Processes the DPE report.
|
void handleReport(DpeRegistrationData dpeRegistration, DpeRuntimeData dpeRuntime)
dpeRegistration
- the DPE registration reportdpeRuntime
- the DPE runtime reportdefault void close() throws java.lang.Exception
close
in interface java.lang.AutoCloseable
java.lang.Exception