Class ExtendedConsumerProperties<T>
- java.lang.Object
-
- org.springframework.cloud.stream.binder.ConsumerProperties
-
- org.springframework.cloud.stream.binder.ExtendedConsumerProperties<T>
-
- Type Parameters:
T- extension type
public class ExtendedConsumerProperties<T> extends ConsumerProperties
Extension ofConsumerPropertiesto be used with anExtendedPropertiesBinder.- Author:
- Marius Bogoevici
-
-
Constructor Summary
Constructors Constructor Description ExtendedConsumerProperties(T extension)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetExtension()-
Methods inherited from class org.springframework.cloud.stream.binder.ConsumerProperties
getBackOffInitialInterval, getBackOffMaxInterval, getBackOffMultiplier, getBindingName, getConcurrency, getHeaderMode, getInstanceCount, getInstanceIndex, getInstanceIndexList, getMaxAttempts, getRetryableExceptions, getRetryTemplateName, isAutoStartup, isBatchMode, isDefaultRetryable, isMultiplex, isPartitioned, isUseNativeDecoding, populateBindingName, setAutoStartup, setBackOffInitialInterval, setBackOffMaxInterval, setBackOffMultiplier, setBatchMode, setConcurrency, setDefaultRetryable, setHeaderMode, setInstanceCount, setInstanceIndex, setInstanceIndexList, setMaxAttempts, setMultiplex, setPartitioned, setRetryableExceptions, setRetryTemplateName, setUseNativeDecoding
-
-