public class UartbusRpcClientTools extends Object
Modifier and Type | Field and Description |
---|---|
protected static eu.javaexperience.log.Logger |
LOG |
Modifier and Type | Method and Description |
---|---|
static UartbusConnection |
createApi(eu.javaexperience.rpc.javaclient.JavaRpcParallelClient cli) |
static UartbusStreamerEndpoint |
openIpEndpoint(String ip,
int port,
eu.javaexperience.interfaces.simple.publish.SimplePublish1<UartbusConnection> connectionInitializer,
boolean reconnect) |
static UartbusStreamerEndpoint |
openIpEndpoint(String ip,
int port,
eu.javaexperience.interfaces.simple.publish.SimplePublish1<UartbusConnection> connectionInitializer,
int... reconnectRetryDelays) |
static eu.javaexperience.rpc.javaclient.JavaRpcParallelClient |
openIpParallelClient(String ip,
int port) |
static <T> eu.javaexperience.interfaces.simple.SimpleGet<T> |
waitReconnect(eu.javaexperience.interfaces.simple.SimpleGet<T> get,
String entity,
int... reconn) |
public static eu.javaexperience.rpc.javaclient.JavaRpcParallelClient openIpParallelClient(String ip, int port) throws IOException
IOException
public static UartbusConnection createApi(eu.javaexperience.rpc.javaclient.JavaRpcParallelClient cli)
public static UartbusStreamerEndpoint openIpEndpoint(String ip, int port, eu.javaexperience.interfaces.simple.publish.SimplePublish1<UartbusConnection> connectionInitializer, boolean reconnect)
public static <T> eu.javaexperience.interfaces.simple.SimpleGet<T> waitReconnect(eu.javaexperience.interfaces.simple.SimpleGet<T> get, String entity, int... reconn)
public static UartbusStreamerEndpoint openIpEndpoint(String ip, int port, eu.javaexperience.interfaces.simple.publish.SimplePublish1<UartbusConnection> connectionInitializer, int... reconnectRetryDelays)
Copyright © 2020. All rights reserved.