Expose KclMDChannelAdapter.getConsumerGroup()

This commit is contained in:
Artem Bilan
2019-12-26 14:40:20 -05:00
parent 112da0085c
commit 5c3537d756

View File

@@ -183,6 +183,10 @@ public class KclMessageDrivenChannelAdapter extends MessageProducerSupport {
this.consumerGroup = consumerGroup;
}
public String getConsumerGroup() {
return this.consumerGroup;
}
/**
* Specify an {@link InboundMessageMapper} to extract message headers embedded into
* the record data.