public class BundleInteraction extends java.lang.Object implements Readable<BundleData>, Monitorable<BundleData>
Constructor and Description |
---|
BundleInteraction(Bundle bundleConfig,
BundleService service) |
Modifier and Type | Method and Description |
---|---|
MonitorEngine<BundleData> |
getMonitor() |
BundleData |
read() |
public BundleInteraction(@NonNull Bundle bundleConfig, @NonNull BundleService service)
public BundleData read() throws java.lang.Exception
read
in interface Readable<BundleData>
java.lang.Exception
public MonitorEngine<BundleData> getMonitor()
getMonitor
in interface Monitorable<BundleData>