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 anInvocationHandlerfor each method int he class markedRemotelyInvokableusing the specifedRemoteInvocationDispatcher.Method parameters in dev.getelements.elements.rt.remote with type arguments of type RemoteInvocationDispatcherModifier and TypeMethodDescriptionvoidRemoteProxyProvider.setRemoteInvocationDispatcherProvider(jakarta.inject.Provider<RemoteInvocationDispatcher> remoteInvocationDispatcherProvider) Constructors in dev.getelements.elements.rt.remote with parameters of type RemoteInvocationDispatcherModifierConstructorDescriptionRemoteInvocationHandlerBuilder(RemoteInvocationDispatcher remoteInvocationDispatcher, Class<?> type, Method method)