Package 

Interface FeatureScope


  • 
    public interface FeatureScope
    
                        

    Represents a Datadog feature.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit withWriteContext(Boolean forceNewBatch, Function2<DatadogContext, EventBatchWriter, Unit> callback) Utility to write an event, asynchronously.
      abstract Unit sendEvent(Object event) Send event to a given feature.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait