public class EventHubMessageConverter extends AbstractAzureMessageConverter<com.microsoft.azure.eventhubs.EventData>
Message to EventData and vice versa.| Constructor and Description |
|---|
EventHubMessageConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
buildCustomHeaders(com.microsoft.azure.eventhubs.EventData azureMessage) |
protected com.microsoft.azure.eventhubs.EventData |
fromByte(byte[] payload) |
protected com.microsoft.azure.eventhubs.EventData |
fromString(String payload) |
protected byte[] |
getPayload(com.microsoft.azure.eventhubs.EventData azureMessage) |
protected void |
setCustomHeaders(org.springframework.messaging.MessageHeaders headers,
com.microsoft.azure.eventhubs.EventData azureMessage) |
fromMessage, toMessageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoMessageprotected byte[] getPayload(com.microsoft.azure.eventhubs.EventData azureMessage)
getPayload in class AbstractAzureMessageConverter<com.microsoft.azure.eventhubs.EventData>protected com.microsoft.azure.eventhubs.EventData fromString(String payload)
fromString in class AbstractAzureMessageConverter<com.microsoft.azure.eventhubs.EventData>protected com.microsoft.azure.eventhubs.EventData fromByte(byte[] payload)
fromByte in class AbstractAzureMessageConverter<com.microsoft.azure.eventhubs.EventData>protected void setCustomHeaders(org.springframework.messaging.MessageHeaders headers,
com.microsoft.azure.eventhubs.EventData azureMessage)
setCustomHeaders in class AbstractAzureMessageConverter<com.microsoft.azure.eventhubs.EventData>protected Map<String,Object> buildCustomHeaders(com.microsoft.azure.eventhubs.EventData azureMessage)
buildCustomHeaders in class AbstractAzureMessageConverter<com.microsoft.azure.eventhubs.EventData>Copyright © 2019 Pivotal Software, Inc.. All rights reserved.