Package de.aristaflow.adept2.base.communication.invocation
-
Interface Summary Interface Description InvocationDelegate The invocation delegate which is called by theInvocationHandler
for processing API calls remotely. -
Class Summary Class Description InvocationHandler<T> This InvocationHandler handles invocations to a ADEPT2 service through the API-Interface designated by the type parameterT
in a distributed environment.