DestroyableTorRuntime
A wrapper around the TorRuntime implementation which adds the ability to destroy the instance. Is only available if using the TorRuntime.ServiceFactory API.
NOTE: Any observers subscribed to this instance will use OnEvent.Executor.Immediate as their default, and not what was defined for TorRuntime.Environment.BuilderScope.defaultEventExecutor. If this is undesirable, define an OnEvent.Executor for your service implementation's observer(s) individually.
Properties
Returns the first and last 4 characters of the fid concatenated together with an ellipses between.
Functions
Enqueues the Action for execution.
Returns the current Environment for this TorRuntime instance.
Attaches a callback handle to the lifecycle which will be invoked when destroy is called.
Checks if the tor process backing TorRuntime (if it is running) has completed starting up.
Returns the current TorListeners of this TorRuntime instance.
Subscribes with provided TorRuntime a CMD observer which will intercept execution of all TorCmd.Signal.NewNym jobs in order to transform tor's generic server response of Reply.Success.OK.
Returns the current TorState of this TorRuntime instance.
Add a single Observer.
Add multiple Observer.
Helper for overriding a class's toString function.
Remove a single Observer.
Remove multiple Observer.
Remove all Observer of a single RuntimeEvent.
Remove all Observer of multiple RuntimeEvent.