Class KafkaChannelConfigurer
- java.lang.Object
-
- io.quarkiverse.asyncapi.config.channels.AbstractChannelConfigurer
-
- io.quarkiverse.asyncapi.config.channels.KafkaChannelConfigurer
-
- All Implemented Interfaces:
ChannelConfigurer
public class KafkaChannelConfigurer extends AbstractChannelConfigurer
-
-
Field Summary
-
Fields inherited from class io.quarkiverse.asyncapi.config.channels.AbstractChannelConfigurer
CONNECTOR
-
-
Constructor Summary
Constructors Constructor Description KafkaChannelConfigurer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddIncomingChannel(String smallryeChannel, String channelName, com.asyncapi.v2._6_0.model.channel.operation.Operation operation, com.asyncapi.v2._6_0.model.server.Server server, Map<String,String> result)protected voidaddOutgoingChannel(String smallryeChannel, String channelName, com.asyncapi.v2._6_0.model.channel.operation.Operation operation, com.asyncapi.v2._6_0.model.server.Server server, Map<String,String> result)voidcommonConfig(com.asyncapi.v2._6_0.model.server.Server server, Map<String,String> result)-
Methods inherited from class io.quarkiverse.asyncapi.config.channels.AbstractChannelConfigurer
channelConfig, incomingProperty, outgoingProperty, protocol
-
-
-
-
Method Detail
-
addOutgoingChannel
protected void addOutgoingChannel(String smallryeChannel, String channelName, com.asyncapi.v2._6_0.model.channel.operation.Operation operation, com.asyncapi.v2._6_0.model.server.Server server, Map<String,String> result)
- Specified by:
addOutgoingChannelin classAbstractChannelConfigurer
-
addIncomingChannel
protected void addIncomingChannel(String smallryeChannel, String channelName, com.asyncapi.v2._6_0.model.channel.operation.Operation operation, com.asyncapi.v2._6_0.model.server.Server server, Map<String,String> result)
- Specified by:
addIncomingChannelin classAbstractChannelConfigurer
-
commonConfig
public void commonConfig(com.asyncapi.v2._6_0.model.server.Server server, Map<String,String> result)- Specified by:
commonConfigin interfaceChannelConfigurer- Overrides:
commonConfigin classAbstractChannelConfigurer
-
-