Creates an instance of SSRI executor through Json RPC.
The external server URL.
Optionalconfig: ExecutorJsonRpcConfig
JSON-RPC request configuration.
Use ExecutorJsonRpc.new with a borrowed Transport or ExecutorJsonRpc.open when creating Transports.
The external server URL passed to the legacy constructor.
Use a borrowed Transport with ExecutorJsonRpc.new or let ExecutorJsonRpc.open create Transports.
Optionalcontext: ContextTransaction | ContextCell | ContextScript | ContextCodeStaticnewCreates an Executor that borrows an existing Transport.
StaticopenOpens an Executor with ownership of its default Transports.
Optionalcontext: ContextTransaction | ContextCell | ContextScript | ContextCode
Represents an SSRI executor.