Class MyProducer

java.lang.Object
org.activiti.cloud.starters.test.MyProducer

public class MyProducer extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    MyProducer(org.springframework.messaging.MessageChannel producer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?,?>... newEvents)
     

    Methods inherited from class java.lang.Object

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

    • MyProducer

      public MyProducer(org.springframework.messaging.MessageChannel producer)
  • Method Details

    • send

      public void send(org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?,?>... newEvents)