Fix depreactions
This commit is contained in:
@@ -37,16 +37,6 @@ public class InputDestination extends AbstractDestination {
|
||||
this.getChannel(0).send(message);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param message message to send
|
||||
* @param inputIndex input index
|
||||
* @deprecated since 3.0.2 in favor of {@link #receive(long, String)} where you should use the actual binding name (e.g., "foo-in-0")
|
||||
*/
|
||||
@Deprecated
|
||||
public void send(Message<?> message, int inputIndex) {
|
||||
this.getChannel(inputIndex).send(message);
|
||||
}
|
||||
|
||||
/**
|
||||
* Allows the {@link Message} to be sent to a Binder's destination.<br>
|
||||
* This needs a bit of clarification. Just like with any binder, 'destination'
|
||||
|
||||
Reference in New Issue
Block a user