Class ChannelImpl

  • All Implemented Interfaces:
    org.drools.model.Channel

    public class ChannelImpl
    extends java.lang.Object
    implements org.drools.model.Channel
    • Constructor Summary

      Constructors 
      Constructor Description
      ChannelImpl​(org.kie.api.runtime.Channel channel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void send​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

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

      • ChannelImpl

        public ChannelImpl​(org.kie.api.runtime.Channel channel)
    • Method Detail

      • send

        public void send​(java.lang.Object object)
        Specified by:
        send in interface org.drools.model.Channel