Class OnnoClusterProperties

java.lang.Object
su.onno.cluster.pg.OnnoClusterProperties

@ConfigurationProperties(prefix="onno.cluster") public class OnnoClusterProperties extends Object
  • Constructor Details

    • OnnoClusterProperties

      public OnnoClusterProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getChannel

      public String getChannel()
    • setChannel

      public void setChannel(String channel)
    • getNodeId

      public String getNodeId()
    • setNodeId

      public void setNodeId(String nodeId)
    • getPollTimeout

      public Duration getPollTimeout()
    • setPollTimeout

      public void setPollTimeout(Duration pollTimeout)
    • getReconnectBackoffMax

      public Duration getReconnectBackoffMax()
    • setReconnectBackoffMax

      public void setReconnectBackoffMax(Duration reconnectBackoffMax)
    • getMaxPayloadBytes

      public int getMaxPayloadBytes()
    • setMaxPayloadBytes

      public void setMaxPayloadBytes(int maxPayloadBytes)