public class HeadersPayloadExtractor<T> extends Object implements InboundEventInfoAwarePayloadExtractor<T>
| Constructor and Description |
|---|
HeadersPayloadExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
convertBytesHeaderValue(String headerName,
byte[] headerValue,
Map<String,Object> filteredHeaders,
EventPayload eventHeaderDef) |
protected String |
convertBytesToString(byte[] bytes) |
protected Map<String,Object> |
convertHeaderValues(FlowableEventInfo<T> eventInfo,
EventModel eventModel) |
Collection<EventPayloadInstance> |
extractPayload(EventModel eventModel,
FlowableEventInfo<T> event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitextractPayloadpublic Collection<EventPayloadInstance> extractPayload(EventModel eventModel, FlowableEventInfo<T> event)
extractPayload in interface InboundEventInfoAwarePayloadExtractor<T>extractPayload in interface InboundEventPayloadExtractor<T>protected Map<String,Object> convertHeaderValues(FlowableEventInfo<T> eventInfo, EventModel eventModel)
protected void convertBytesHeaderValue(String headerName, byte[] headerValue, Map<String,Object> filteredHeaders, EventPayload eventHeaderDef)
protected String convertBytesToString(byte[] bytes)
Copyright © 2022 Flowable. All rights reserved.