Interface InMemoryBufferEventListenerConfiguration


@StaticInitSafe @ConfigMapping(prefix="polaris.event-listener.persistence-in-memory-buffer") public interface InMemoryBufferEventListenerConfiguration
  • Method Details

    • bufferTime

      @WithName("buffer-time") @WithDefault("5000ms") Duration bufferTime()
      Returns:
      the buffer time in milliseconds
    • maxBufferSize

      @WithName("max-buffer-size") @WithDefault("5") int maxBufferSize()
      Returns:
      the maximum number of cached entries