Uses of Interface
dev.getelements.elements.rt.remote.RemoteInvoker
Packages that use RemoteInvoker
Package
Description
-
Uses of RemoteInvoker in dev.getelements.elements.rt.remote
Methods in dev.getelements.elements.rt.remote that return RemoteInvokerModifier and TypeMethodDescriptiondefault RemoteInvokerRemoteInvokerRegistry.getBestRemoteInvoker(ApplicationId applicationId) Returns aRemoteInvokerby arbitrary selection.RemoteInvokerRegistry.RemoteInvokerStatus.getInvoker()Gets the remote invoker.RemoteInvokerRegistry.getRemoteInvoker(NodeId nodeId) Returns theRemoteInvokerregistered under the given NodeId.SimpleRemoteInvokerRegistry.getRemoteInvoker(NodeId nodeId) Methods in dev.getelements.elements.rt.remote that return types with arguments of type RemoteInvokerModifier and TypeMethodDescriptiondefault List<RemoteInvoker> RemoteInvokerRegistry.getAllRemoteInvokers(ApplicationId applicationId) Returns aRemoteInvokerfor all knownNodeIds.SimpleRemoteInvokerRegistry.getAllRemoteInvokers(ApplicationId applicationId) jakarta.inject.Provider<RemoteInvoker> SimpleRemoteInvokerRegistry.getRemoteInvokerProvider()Methods in dev.getelements.elements.rt.remote with parameters of type RemoteInvokerModifier and TypeMethodDescriptionProxyBuilder.withHandlersForRemoteInvoker(RemoteInvoker remoteInvoker) Generates anInvocationHandlerfor each method in the class markedRemotelyInvokableusing the specifiedRemoteInvoker.Method parameters in dev.getelements.elements.rt.remote with type arguments of type RemoteInvokerModifier and TypeMethodDescriptionvoidSimpleRemoteInvokerRegistry.setRemoteInvokerProvider(jakarta.inject.Provider<RemoteInvoker> remoteInvokerProvider) Constructors in dev.getelements.elements.rt.remote with parameters of type RemoteInvokerModifierConstructorDescriptionRemoteInvocationHandlerBuilder(RemoteInvoker remoteInvoker, Class<?> type, Method method) -
Uses of RemoteInvoker in dev.getelements.elements.rt.remote.jeromq
Classes in dev.getelements.elements.rt.remote.jeromq that implement RemoteInvokerMethods in dev.getelements.elements.rt.remote.jeromq that return types with arguments of type RemoteInvokerModifier and TypeMethodDescriptionjakarta.inject.Provider<RemoteInvoker> JeroMQInstanceConnectionService.getRemoteInvokerProvider()Method parameters in dev.getelements.elements.rt.remote.jeromq with type arguments of type RemoteInvokerModifier and TypeMethodDescriptionvoidJeroMQInstanceConnectionService.setRemoteInvokerProvider(jakarta.inject.Provider<RemoteInvoker> remoteInvokerProvider) -
Uses of RemoteInvoker in dev.getelements.elements.rt.routing
Methods in dev.getelements.elements.rt.routing that return types with arguments of type RemoteInvokerModifier and TypeMethodDescriptionprotected List<RemoteInvoker> AbstractAggregateRoutingStrategy.getRemoteInvokers(List<Object> address) Gets theList<RemoteInvoker>for the supplied address.protected List<RemoteInvoker> ListAggregateRoutingStrategy.getRemoteInvokers(List<Object> address)