Class LocalSocketEventReporter

java.lang.Object
com.microsoft.appcenter.event.EventReporter
com.microsoft.appcenter.espresso.LocalSocketEventReporter

public class LocalSocketEventReporter
extends EventReporter
  • Constructor Summary

    Constructors
    Constructor Description
    LocalSocketEventReporter​(java.lang.String socketName, int timeoutInSec)  
  • Method Summary

    Modifier and Type Method Description
    protected void commit​(Event event)  

    Methods inherited from class com.microsoft.appcenter.event.EventReporter

    reportJunit, reportLabel, reportScreenshot

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LocalSocketEventReporter

      public LocalSocketEventReporter​(java.lang.String socketName, int timeoutInSec)
  • Method Details

    • commit

      protected void commit​(Event event) throws java.io.IOException
      Specified by:
      commit in class EventReporter
      Throws:
      java.io.IOException