public interface Receiver
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Receiver.Default |
static interface |
Receiver.ReceivingContext |
| Modifier and Type | Field and Description |
|---|---|
static int |
LOOPBACK_SOURCE |
| Modifier and Type | Method and Description |
|---|---|
void |
receiveMessage(int source,
long sequence,
DirectBuffer buffer,
int offset,
int length) |
void |
receiveMessage(int source,
long sequence,
int type,
DirectBuffer buffer,
int offset,
int length) |
void |
receiveMessageWithoutPayload(int source,
long sequence,
int type) |
Receiver.ReceivingContext |
receivingMessage(int source,
long sequence) |
Receiver.ReceivingContext |
receivingMessage(int source,
long sequence,
int type) |
static final int LOOPBACK_SOURCE
Receiver.ReceivingContext receivingMessage(int source, long sequence)
Receiver.ReceivingContext receivingMessage(int source, long sequence, int type)
void receiveMessage(int source,
long sequence,
DirectBuffer buffer,
int offset,
int length)
void receiveMessage(int source,
long sequence,
int type,
DirectBuffer buffer,
int offset,
int length)
void receiveMessageWithoutPayload(int source,
long sequence,
int type)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.