com.netflix.servo.monitor
Class DefaultPublishingPolicy

java.lang.Object
  extended by com.netflix.servo.monitor.DefaultPublishingPolicy
All Implemented Interfaces:
PublishingPolicy

public final class DefaultPublishingPolicy
extends java.lang.Object
implements PublishingPolicy

The default publishing policy. Observers must follow the default behaviour when the MonitorConfig associated with a Monitor uses this policy.


Method Summary
static DefaultPublishingPolicy getInstance()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static DefaultPublishingPolicy getInstance()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object