Uses of Interface
org.kie.remote.message.Message
-
Packages that use Message Package Description org.kie.remote.command org.kie.remote.impl.producer org.kie.remote.message -
-
Uses of Message in org.kie.remote.command
Subinterfaces of Message in org.kie.remote.command Modifier and Type Interface Description interfaceRemoteCommandClasses in org.kie.remote.command that implement Message Modifier and Type Class Description classAbstractCommandclassDeleteCommandclassEventInsertCommandclassFactCountCommandclassFireAllRulesCommandclassFireUntilHaltCommandclassGetKJarGAVCommandclassGetObjectCommandclassHaltCommandclassInsertCommandclassListObjectsCommandclassListObjectsCommandClassTypeclassListObjectsCommandNamedQueryclassSnapshotOnDemandCommandclassUpdateCommandclassUpdateKJarCommandclassWorkingMemoryActionCommand -
Uses of Message in org.kie.remote.impl.producer
Methods in org.kie.remote.impl.producer with parameters of type Message Modifier and Type Method Description voidEventProducer. produceSync(String topicName, String key, Message object)voidLocalProducer. produceSync(String topicName, String key, Message object)voidProducer. produceSync(String topicName, String key, Message object) -
Uses of Message in org.kie.remote.message
Subinterfaces of Message in org.kie.remote.message Modifier and Type Interface Description interfaceResultMessage<T>Classes in org.kie.remote.message that implement Message Modifier and Type Class Description classAbstractMessageclassControlMessageclassFactCountMessageclassFireAllRuleMessageclassGetKJarGAVMessageclassGetObjectMessageclassListKieSessionObjectMessageclassUpdateKJarMessage
-