Uses of Interface
dev.getelements.elements.rt.remote.AsyncControlClient.Request
Packages that use AsyncControlClient.Request
-
Uses of AsyncControlClient.Request in dev.getelements.elements.rt.remote
Methods in dev.getelements.elements.rt.remote that return AsyncControlClient.RequestModifier and TypeMethodDescriptionAsyncControlClient.closeBinding(NodeId nodeId, AsyncControlClient.ResponseConsumer<Void> responseConsumer) Issues the command to close a binding.AsyncControlClient.closeRoutesViaInstance(InstanceId instanceId, String instanceConnectAddress, AsyncControlClient.ResponseConsumer<Void> responseConsumer) Close the routes via theInstanceId.AsyncControlClient.getInstanceStatus(AsyncControlClient.ResponseConsumer<InstanceStatus> responseConsumer) Gets theInstanceIdfor the remote instance.AsyncControlClient.openBinding(NodeId nodeId, AsyncControlClient.ResponseConsumer<InstanceConnectionService.InstanceBinding> responseConsumer) Opens anInstanceConnectionService.InstanceBindingprovided theNodeIdand returns theInstanceConnectionService.InstanceBinding.AsyncControlClient.openRouteToNode(NodeId nodeId, String instanceInvokerAddress, AsyncControlClient.ResponseConsumer<String> responseConsumer) Issues the command to open up a route to the node. -
Uses of AsyncControlClient.Request in dev.getelements.elements.rt.remote.jeromq
Methods in dev.getelements.elements.rt.remote.jeromq that return AsyncControlClient.RequestModifier and TypeMethodDescriptionJeroMQAsyncControlClient.closeBinding(NodeId nodeId, AsyncControlClient.ResponseConsumer<Void> responseConsumer) JeroMQAsyncControlClient.closeRoutesViaInstance(InstanceId instanceId, String instanceConnectAddress, AsyncControlClient.ResponseConsumer<Void> responseConsumer) JeroMQAsyncControlClient.getInstanceStatus(AsyncControlClient.ResponseConsumer<InstanceStatus> responseConsumer) JeroMQAsyncControlClient.openBinding(NodeId nodeId, AsyncControlClient.ResponseConsumer<InstanceConnectionService.InstanceBinding> responseConsumer) JeroMQAsyncControlClient.openRouteToNode(NodeId nodeId, String instanceInvokerAddress, AsyncControlClient.ResponseConsumer<String> responseConsumer)