Package org.drasyl
Interface DrasylNodeComponent
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
DirectClient
,DirectConnectionsManager
,IntraVmDiscovery
,LocalHostDiscovery
,Monitoring
,Server
,SuperPeerClient
This interface describes components of the
DrasylNode
.-
Method Summary
-
Method Details
-
open
Starts the component.- Throws:
DrasylException
- if error occurs during opening
-
close
void close()Stops the component.- Specified by:
close
in interfaceAutoCloseable
-