Interface ReplayService


  • public interface ReplayService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean replay​(java.lang.String contextUrl, java.lang.String username, java.lang.String password, java.lang.String moduleName, java.lang.String flowName, byte[] event)
      Replay an event to a specific flow in a module.
    • Method Detail

      • replay

        boolean replay​(java.lang.String contextUrl,
                       java.lang.String username,
                       java.lang.String password,
                       java.lang.String moduleName,
                       java.lang.String flowName,
                       byte[] event)
        Replay an event to a specific flow in a module.
        Parameters:
        contextUrl -
        username -
        password -
        moduleName -
        flowName -
        event -
        Returns: