All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.openfin.desktop.channel.ChannelClient Maven / Gradle / Ivy

There is a newer version: 11.0.2
Show newest version
package com.openfin.desktop.channel;

import org.json.JSONObject;

import com.openfin.desktop.AckListener;

public class ChannelClient extends ChannelBase {

	ChannelClient(Channel messageChannelFactory, JSONObject providerIdentity) {
		super(messageChannelFactory, providerIdentity);
	}

	public void dispatch(String action, JSONObject actionPayload, AckListener ackListener) {
		super.dispatch(this.providerIdentity, action, actionPayload, ackListener);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy