spring-framework / org.springframework.remoting.rmi / JndiRmiClientInterceptor / setLookupStubOnStartup

setLookupStubOnStartup

open fun setLookupStubOnStartup(lookupStubOnStartup: Boolean): Unit

Set whether to look up the RMI stub on startup. Default is "true".

Can be turned off to allow for late start of the RMI server. In this case, the RMI stub will be fetched on first access.

See Also
#setCacheStub