Uses of Class
org.nanonative.nano.core.Nano
Packages that use Nano
Package
Description
-
Uses of Nano in org.nanonative.nano.core
Methods in org.nanonative.nano.core that return NanoModifier and TypeMethodDescriptionNano.printSystemInfo()Prints system information for diagnostic purposes.Nano.sendEvent(int channelId, Context context, Object payload, Consumer<Object> responseListener, boolean broadcast) Sends an event with the specified parameters, either broadcasting it to all listeners or sending it to a targeted listener asynchronously if a response listener is provided.Nano.sendEventSameThread(Event event, boolean broadcast) Sends an event on the same thread and determines whether to process it to the first listener.protected NanoShuts down theNanoinstance, ensuring all services and threads are gracefully terminated.protected NanoShuts down theNanoinstance, ensuring all services and threads are gracefully terminated.Initiates the shutdown process for theNanoinstance.Initiates the shutdown process for theNanoinstance.Nano.waitForStop()This method blocks the current thread for max 10 seconds until theNanoinstance is no longer ready. -
Uses of Nano in org.nanonative.nano.core.model
Fields in org.nanonative.nano.core.model declared as NanoMethods in org.nanonative.nano.core.model that return Nano -
Uses of Nano in org.nanonative.nano.helper.event.model
Methods in org.nanonative.nano.helper.event.model that return Nano -
Uses of Nano in org.nanonative.nano.services.metric.logic
Methods in org.nanonative.nano.services.metric.logic with parameters of type NanoModifier and TypeMethodDescriptionvoidMetricService.updateCompilerMetrics(Nano nano) MetricService.updateMetrics(Nano nano) voidMetricService.updateNanoMetrics(Nano nano)