Class TcpReporterConfiguration


  • public class TcpReporterConfiguration
    extends Object
    Author:
    David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
    • Constructor Detail

      • TcpReporterConfiguration

        public TcpReporterConfiguration()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • getOutputType

        public Type getOutputType()
      • getHost

        public String getHost()
      • getPort

        public int getPort()
      • getConnectTimeout

        public int getConnectTimeout()
      • getRetryTimeout

        public long getRetryTimeout()
      • getReconnectAttempts

        public int getReconnectAttempts()
      • getReconnectInterval

        public long getReconnectInterval()
      • getRules

        public io.gravitee.reporter.api.configuration.Rules getRules​(MetricsType type)