Class OnecClusterProperties

java.lang.Object
com.onec.cluster.pg.OnecClusterProperties

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

    • OnecClusterProperties

      public OnecClusterProperties()
  • 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)