Class GatewayEventStreamUtilities

java.lang.Object
com.inductiveautomation.eventstream.gateway.scripting.GatewayEventStreamUtilities

public class GatewayEventStreamUtilities extends Object
  • Constructor Details

    • GatewayEventStreamUtilities

      public GatewayEventStreamUtilities(EventStreamManager eventStreamManager)
  • Method Details

    • listEventStreams

      public org.python.core.PyList listEventStreams(String project)
    • publishEvent

      public org.python.core.PyDictionary publishEvent(String project, String path, String message, boolean acknowledge, @Nullable String gatewayId)
    • getDiagnostics

      public org.python.core.PyObject getDiagnostics(String project, String path)