* If you inizialized this {@code Expressive} using the no-args {@link #Expressive()} constructor,
* you must override {@code getPoller()} to provide the poller for {@code Expressive} to use.
* @return the poller for {@code Expressive} to use
*/
protected Publisher getPublisher() {
return new MethodSubscriptionChannel();
}