@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface MessageLogConsumer
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<?> |
payloadType
The type of the
Message.getPayload() produced by the MessageLogReceiverEndpoint |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
endpointName
The name of the
MessageLogReceiverEndpoint bean from which messages should be consumed. |
java.lang.String |
keyPattern
The key-pattern used to filter messages by key.
|
public abstract java.lang.Class<?> payloadType
Message.getPayload() produced by the MessageLogReceiverEndpointpublic abstract java.lang.String endpointName
MessageLogReceiverEndpoint bean from which messages should be consumed.