![JAR search and dependency download from the Maven repository](/logo.png)
com.dragome.forms.bindings.client.channel.Destination Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dragome-form-bindings Show documentation
Show all versions of dragome-form-bindings Show documentation
Dragome SDK module: form bindings
The newest version!
package com.dragome.forms.bindings.client.channel;
/**
* Represents a Channel destination.
* @see Channel#sendTo(Destination)
*/
public interface Destination
{
public void receive(T value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy