| Package | Description |
|---|---|
| io.cloudevents.extensions |
| Modifier and Type | Method and Description |
|---|---|
InMemoryFormat |
DistributedTracingExtension.Format.memory() |
InMemoryFormat |
ExtensionFormat.memory()
The in-memory format to be used by the structured content mode.
|
static InMemoryFormat |
InMemoryFormat.of(String key,
Object value,
Class<?> valueType) |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionFormat |
ExtensionFormat.of(InMemoryFormat inMemory,
Map.Entry<String,String>... transport) |
static ExtensionFormat |
ExtensionFormat.of(InMemoryFormat inMemory,
String key,
String value) |
Copyright © 2019. All rights reserved.