| Package | Description |
|---|---|
| org.marid.proto | |
| org.marid.proto.io |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
ProtoBusTaskRunner.call(org.marid.io.IOBiFunction<T,ProtoIO,R> function) |
<R> Future<R> |
ProtoBusTaskRunner.callAsync(org.marid.io.IOBiFunction<T,ProtoIO,R> function) |
void |
ProtoBusTaskRunner.run(org.marid.io.IOBiConsumer<T,ProtoIO> consumer) |
Future<?> |
ProtoBusTaskRunner.runAsync(org.marid.io.IOBiConsumer<T,ProtoIO> consumer) |
ScheduledFuture<?> |
ProtoBusTaskRunner.schedule(org.marid.io.IOBiConsumer<T,ProtoIO> task,
long delay,
long period,
TimeUnit unit,
boolean fair) |
| Modifier and Type | Class and Description |
|---|---|
class |
HalfDuplexProtoIO |
| Constructor and Description |
|---|
HalfDuplexProtoIO(ProtoIO delegate) |
Copyright © 2012–2017 MARID software development group. All rights reserved.