Package pl.allegro.tech.hermes.consumers
Interface CommonConsumerParameters
-
- All Known Implementing Classes:
CommonConsumerProperties
public interface CommonConsumerParameters
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupervisorParametersgetBackgroundSupervisor()SerialConsumerParametersgetSerialConsumer()intgetSignalProcessingQueueSize()booleanisUseTopicMessageSizeEnabled()
-
-
-
Method Detail
-
getBackgroundSupervisor
SupervisorParameters getBackgroundSupervisor()
-
getSerialConsumer
SerialConsumerParameters getSerialConsumer()
-
getSignalProcessingQueueSize
int getSignalProcessingQueueSize()
-
isUseTopicMessageSizeEnabled
boolean isUseTopicMessageSizeEnabled()
-
-