public class RemoteClientServiceLocator extends Object
| Constructor and Description |
|---|
RemoteClientServiceLocator(String hostname,
int port,
byte identifier,
java.util.function.Function<net.openhft.chronicle.bytes.Bytes,net.openhft.chronicle.wire.Wire> byteToWire) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<I> I |
getService(Class<I> iClass,
String name,
Class... args) |
public RemoteClientServiceLocator(@NotNull
String hostname,
int port,
byte identifier,
@NotNull
java.util.function.Function<net.openhft.chronicle.bytes.Bytes,net.openhft.chronicle.wire.Wire> byteToWire)
throws IOException
IOExceptionCopyright © 2015. All rights reserved.