| Class | Description |
|---|---|
| MessageWithJustType |
MessageWithJustType class represents a message, which contains only the
type property, to be used to deserialize the message string coming as the payload of
the REST request. |
| SpringRestMessenger |
SpringRestMessenger class is a REST controller which wires itself to listen on
'/process' URI, or a custom configured URI (through
'com.clearlydecoded.messenger.endpoint.uri' property) and invokes the
auto-discovered message processors which implement the MessageProcessor interface and are
injected into the Spring Context either manually or by using Spring annotations such as Service, Component, etc. |
Copyright © 2018. All rights reserved.