Class CommunicationImpl

    • Constructor Detail

      • CommunicationImpl

        public CommunicationImpl​(java.util.Map<java.lang.String,​java.lang.Class<?>> nameToTypeMap,
                                 ObjectEncoder objectEncoder)
    • Method Detail

      • publishInterstateChannel

        public void publishInterstateChannel​(java.lang.String channelName,
                                             java.lang.Object value)
        Description copied from interface: Communication
        Publish a value to an interstate Channel
        Specified by:
        publishInterstateChannel in interface Communication
        Parameters:
        channelName - the channel name to send value
        value - the value to be sent
      • getToPublishInterStateChannels

        public java.util.Map<java.lang.String,​java.util.List<EncodedObject>> getToPublishInterStateChannels()