Package org.kie.remote.impl.producer
Class Sender
- java.lang.Object
-
- org.kie.remote.impl.producer.Sender
-
public class Sender extends Object
-
-
Constructor Summary
Constructors Constructor Description Sender(Properties configuration, Producer producer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendCommand(RemoteCommand command, String topicName)voidstart()voidstop()
-
-
-
Constructor Detail
-
Sender
public Sender(Properties configuration, Producer producer)
-
-
Method Detail
-
start
public void start()
-
stop
public void stop()
-
sendCommand
public void sendCommand(RemoteCommand command, String topicName)
-
-