类 PulsarProperties.Defaults
java.lang.Object
org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults
- 封闭类:
PulsarProperties
-
嵌套类概要
嵌套类修饰符和类型类说明static final record
Represents a schema - holds enough information to construct an actual schema instance.static class
static final record
A mapping from message type to topic and/or schema info to use (at least one oftopicName
orschemaInfo
must be specified. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getTopic()
void
setTypeMappings
(List<PulsarProperties.Defaults.TypeMapping> typeMappings)
-
构造器详细资料
-
Defaults
public Defaults()
-
-
方法详细资料
-
getTypeMappings
-
setTypeMappings
-
getTopic
-