I would store the token in a field value of a @Component classes if the value doesn't change over time, and fill in those fields upon constructing the bean.
However if you still want to do it the way you asked, the interface send method can look like this
void send(Object... arguments);
and thus you get a variable number of arguments in both classes.