@Incubating public interface ChangeEventFormat<V extends SerializationFormat<?>>
| Modifier and Type | Method and Description |
|---|---|
Class<V> |
getValueFormat() |
static <V extends SerializationFormat<?>> |
of(Class<V> format)
Creates a change event format representing key and value in a single object.
|
static <V extends SerializationFormat<?>> ChangeEventFormat<V> of(Class<V> format)
Copyright © 2020 JBoss by Red Hat. All rights reserved.