Uses of Interface
dev.getelements.elements.rt.remote.RemoteInvocationDispatcher
Packages that use RemoteInvocationDispatcher
-
Uses of RemoteInvocationDispatcher in dev.getelements.elements.rt.remote
Classes in dev.getelements.elements.rt.remote that implement RemoteInvocationDispatcherMethods in dev.getelements.elements.rt.remote that return types with arguments of type RemoteInvocationDispatcherModifier and TypeMethodDescriptionjakarta.inject.Provider
<RemoteInvocationDispatcher> RemoteProxyProvider.getRemoteInvocationDispatcherProvider()
Methods in dev.getelements.elements.rt.remote with parameters of type RemoteInvocationDispatcherModifier and TypeMethodDescriptionProxyBuilder.withHandlersForRemoteDispatcher
(RemoteInvocationDispatcher remoteInvocationDispatcher) Generates anInvocationHandler
for each method int he class markedRemotelyInvokable
using the specifedRemoteInvocationDispatcher
.Method parameters in dev.getelements.elements.rt.remote with type arguments of type RemoteInvocationDispatcherModifier and TypeMethodDescriptionvoid
RemoteProxyProvider.setRemoteInvocationDispatcherProvider
(jakarta.inject.Provider<RemoteInvocationDispatcher> remoteInvocationDispatcherProvider) Constructors in dev.getelements.elements.rt.remote with parameters of type RemoteInvocationDispatcherModifierConstructorDescriptionRemoteInvocationHandlerBuilder
(RemoteInvocationDispatcher remoteInvocationDispatcher, Class<?> type, Method method)