Interface LocalModelControllerClient

All Superinterfaces:
AutoCloseable, Closeable, LocalModelControllerClient, ModelControllerClient

public interface LocalModelControllerClient extends LocalModelControllerClient
A ModelControllerClient subinterface that does not throw IOException. Used for clients that operate in the same VM as the target ModelController and hence are not subject to IO failures associated with remote calls.
Author:
Brian Stansberry