Interface CommunicatePlugin


public interface CommunicatePlugin
This interface allows to send messages to a plugin.
  • Method Details

    • send

      PluginMessage send(IXServerEventsContext ec, PluginMessage message) throws byps.RemoteException
      Send a message.
      Parameters:
      ec - Execution context.
      message - Message to be sent
      Returns:
      Received message
      Throws:
      byps.RemoteException