Interface InMemoryBufferEventListenerConfiguration
@StaticInitSafe
@ConfigMapping(prefix="polaris.event-listener.persistence-in-memory-buffer")
public interface InMemoryBufferEventListenerConfiguration
-
Method Summary
-
Method Details
-
bufferTime
- Returns:
- the buffer time in milliseconds
-
maxBufferSize
@WithName("max-buffer-size") @WithDefault("5") int maxBufferSize()- Returns:
- the maximum number of cached entries
-