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