| Package | Description |
|---|---|
| network.oxalis.api.outbound | |
| network.oxalis.api.statistics |
| Modifier and Type | Method and Description |
|---|---|
default TransmissionResponse |
TransmissionService.send(InputStream inputStream)
Sends content found in the InputStream.
|
default TransmissionResponse |
TransmissionService.send(InputStream inputStream,
io.opentracing.Span root)
Sends content found in the InputStream.
|
TransmissionResponse |
TransmissionService.send(InputStream inputStream,
Tag tag)
Sends content found in the InputStream.
|
default TransmissionResponse |
TransmissionService.send(InputStream inputStream,
Tag tag,
io.opentracing.Span root)
Sends content found in the InputStream.
|
TransmissionResponse |
MessageSender.send(TransmissionRequest transmissionRequest)
Protocol specific transmission of transmission requested.
|
default TransmissionResponse |
MessageSender.send(TransmissionRequest transmissionRequest,
io.opentracing.Span root)
Protocol specific transmission of transmission requested.
|
TransmissionResponse |
Transmitter.transmit(TransmissionMessage transmissionMessage)
Transmit content of transmission request.
|
default TransmissionResponse |
Transmitter.transmit(TransmissionMessage transmissionMessage,
io.opentracing.Span root)
Transmit content of transmission request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsService.persist(TransmissionRequest transmissionRequest,
TransmissionResponse transmissionResponse,
io.opentracing.Span root) |
Copyright © 2022 NorStella. All rights reserved.