FrontendLogConsumerConfig

@Configuration
open class FrontendLogConsumerConfig(persistenceService: FrontendLogService)

Constructors

Link copied to clipboard
constructor(persistenceService: FrontendLogService)

Functions

Link copied to clipboard
@Bean(name = ["frontendLogsConsumer"])
open fun frontendLogsConsumer(): Consumer<Message<FrontendLogBatchEvent>>