@FunctionalInterface @Beta public interface ProductCreatedMessageListener extends MessageListener<ProductCreatedMessage>
Modifier and Type | Method and Description |
---|---|
default Class<ProductCreatedMessage> |
getMessageType()
Returns the concrete type of message that this listener can process.
|
onMessage
@Nonnull default Class<ProductCreatedMessage> getMessageType()
MessageListener
getMessageType
in interface MessageListener<ProductCreatedMessage>
Message
that this listener can process.Copyright © 2019 SAP SE. All rights reserved.