@ConfigurationProperties(prefix="factcast.store.pgsql") public class PgConfigurationProperties extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
| Constructor and Description |
|---|
PgConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFetchSize() |
int |
getFetchSizeForIds() |
int |
getPageSizeForIds() |
int |
getQueueSizeForIds() |
void |
onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event) |
public int getPageSizeForIds()
public int getQueueSizeForIds()
public int getFetchSizeForIds()
public int getFetchSize()
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>Copyright © 2018–2019 factcast. All rights reserved.