protected class RocketMQInboundChannelAdapter.BindingRocketMQListener extends Object implements org.apache.rocketmq.spring.core.RocketMQListener<org.springframework.messaging.Message>, org.springframework.retry.RetryListener
| Modifier | Constructor and Description |
|---|---|
protected |
BindingRocketMQListener() |
| Modifier and Type | Method and Description |
|---|---|
<T,E extends Throwable> |
close(org.springframework.retry.RetryContext context,
org.springframework.retry.RetryCallback<T,E> callback,
Throwable throwable) |
<T,E extends Throwable> |
onError(org.springframework.retry.RetryContext context,
org.springframework.retry.RetryCallback<T,E> callback,
Throwable throwable) |
void |
onMessage(org.springframework.messaging.Message message) |
<T,E extends Throwable> |
open(org.springframework.retry.RetryContext context,
org.springframework.retry.RetryCallback<T,E> callback) |
public void onMessage(org.springframework.messaging.Message message)
onMessage in interface org.apache.rocketmq.spring.core.RocketMQListener<org.springframework.messaging.Message>public <T,E extends Throwable> boolean open(org.springframework.retry.RetryContext context, org.springframework.retry.RetryCallback<T,E> callback)
open in interface org.springframework.retry.RetryListenerpublic <T,E extends Throwable> void close(org.springframework.retry.RetryContext context, org.springframework.retry.RetryCallback<T,E> callback, Throwable throwable)
close in interface org.springframework.retry.RetryListenerCopyright © 2019 Pivotal Software, Inc.. All rights reserved.