Package org.drasyl.monitoring
Class Monitoring
java.lang.Object
org.drasyl.monitoring.Monitoring
- All Implemented Interfaces:
AutoCloseable
,DrasylNodeComponent
Monitors various states or events in the drasyl Node.
-
Constructor Summary
ConstructorsConstructorDescriptionMonitoring
(DrasylConfig config, PeersManager peersManager, CompressedPublicKey publicKey, Pipeline pipeline) -
Method Summary
-
Constructor Details
-
Monitoring
public Monitoring(DrasylConfig config, PeersManager peersManager, CompressedPublicKey publicKey, Pipeline pipeline)
-
-
Method Details
-
open
public void open()Description copied from interface:DrasylNodeComponent
Starts the component.- Specified by:
open
in interfaceDrasylNodeComponent
-
close
public void close()Description copied from interface:DrasylNodeComponent
Stops the component.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceDrasylNodeComponent
-