@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface KafkaAsyncOperationBinding
@KafkaAsyncOperationBinding is a method-level annotation used in combination with AsyncPublisher or @AsyncListener.
It configures the operation binding for the Kafka protocol.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
bindingVersion |
java.lang.String |
clientId |
java.lang.String |
groupId |
java.lang.String |
type |