@FunctionalInterface public interface ChannelAction
ChannelProvider or ChannelClient| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(String action,
Object payload,
org.json.JSONObject senderIdentity)
Channel action to be invoked.
|
Object invoke(String action, Object payload, org.json.JSONObject senderIdentity)
action - Name of the action to be registeredpayload - Payload sent along when invoking the action.senderIdentity - Identity of the sender.Copyright © 2022. All rights reserved.