@Incubating public interface KeyValueChangeEventFormat<K extends SerializationFormat<?>,V extends SerializationFormat<?>>
| Modifier and Type | Method and Description |
|---|---|
Class<K> |
getKeyFormat() |
Class<V> |
getValueFormat() |
static <K extends SerializationFormat<?>,V extends SerializationFormat<?>> |
of(Class<K> keyFormat,
Class<V> valueFormat)
Creates a change event format representing key and value using separate objects.
|
static <K extends SerializationFormat<?>,V extends SerializationFormat<?>> KeyValueChangeEventFormat<K,V> of(Class<K> keyFormat, Class<V> valueFormat)
Copyright © 2020 JBoss by Red Hat. All rights reserved.