Class ExtendedConsumerProperties<T>
java.lang.Object
org.springframework.cloud.stream.binder.ConsumerProperties
org.springframework.cloud.stream.binder.ExtendedConsumerProperties<T>
- Type Parameters:
T
- extension type
Extension of
ConsumerProperties
to be used with an
ExtendedPropertiesBinder
.- Author:
- Marius Bogoevici
-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
ExtendedConsumerProperties
-
-
Method Details
-
getExtension
-