Uses of Interface
dev.getelements.elements.rt.remote.AsyncControlClient.ResponseConsumer
Packages that use AsyncControlClient.ResponseConsumer
-
Uses of AsyncControlClient.ResponseConsumer in dev.getelements.elements.rt.remote
Methods in dev.getelements.elements.rt.remote with parameters of type AsyncControlClient.ResponseConsumerModifier 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.ResponseConsumer in dev.getelements.elements.rt.remote.jeromq
Methods in dev.getelements.elements.rt.remote.jeromq with parameters of type AsyncControlClient.ResponseConsumerModifier 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)