| Package | Description |
|---|---|
| network.oxalis.api.inbound | |
| network.oxalis.api.outbound | |
| network.oxalis.api.tag |
| Modifier and Type | Method and Description |
|---|---|
Tag |
InboundMetadata.getTag() |
| Modifier and Type | Method and Description |
|---|---|
default Tag |
TransmissionResponse.getTag()
Returns a tag set by client.
|
default Tag |
TransmissionMessage.getTag()
Returns a tag set by client.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Tag.DefaultTag |
| Modifier and Type | Field and Description |
|---|---|
static Tag |
Tag.NONE |
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagGenerator.generate(Direction direction) |
default Tag |
TagGenerator.generate(Direction direction,
Tag original) |
static Tag |
Tag.of(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
default Tag |
TagGenerator.generate(Direction direction,
Tag original) |
Copyright © 2021 NorStella. All rights reserved.