RESULT
- is the generic type of the result of the operation represented by this command. Has to be
Serializable
but is not enforced via generic to support interfaces that do not
extend Serializable
like List
. See
RemoteInvocationCommandHandler.handle(RemoteInvocationCommand)
.public interface RemoteInvocationCommand<RESULT> extends RemoteInvocationCall
RemoteInvocationService
. It may be used as an alternative to
RemoteInvocationServiceCaller
via
RemoteInvocationCommandCaller
.Copyright © 2001–2016 mmm-Team. All rights reserved.