Interface | Description |
---|---|
Message |
A basic message received from the Enterprise Messaging Service.
|
MessageDelegator |
Allows to register
MessageListener instances that can be notified in case a message occurs. |
MessageFactory<MessageT extends Message> |
Creates instances of message types
MessageT |
MessageListener<MessageT extends Message> |
Represents a message listener which refers to a specific message type
MessageT . |
Class | Description |
---|---|
AbstractMessage |
Basic implementation of the
Message interface. |
DefaultMessageDelegator |
Class to register listeners that should be notified in case a generic message was received.
|
MessageTopic |
Represents the topic of a message.
|
S4HanaMessageMetadata |
Contains metadata about the received message.
|
S4HanaMessageParser |
Parses messages originating from SAP S/4HANA and creates instances of
S4HanaMessageParser.ParsedResult which provide access to
the message content. |
S4HanaMessageParser.ParsedMessageData |
The actual message data contained in the payload.
|
S4HanaMessageParser.ParsedMetadata |
Represents the data given as a context of the received message.
|
S4HanaMessageParser.ParsedResult |
Represents a parsed message originating from SAP S/4HANA.
|
Exception | Description |
---|---|
MessagingException |
Thrown in case an error occurs upon reception of a message.
|
Copyright © 2019 SAP SE. All rights reserved.