Interface InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder
- All Known Subinterfaces:
InboundChannelModelBuilder.InboundEventFilterJsonBuilder,InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
- All Known Implementing Classes:
InboundChannelDefinitionBuilderImpl.InboundEventFilterJsonBuilderImpl,InboundChannelDefinitionBuilderImpl.InboundEventPayloadJsonExtractorBuilderImpl,InboundChannelDefinitionBuilderImpl.InboundEventTenantJsonDetectorBuilderImpl
- Enclosing interface:
- InboundChannelModelBuilder
public static interface InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder
Builder for the 'payload extraction' part of the
InboundChannelModel.-
Method Summary
Modifier and TypeMethodDescriptionExtracts the payload directly from (top-level) json fields.
-
Method Details
-
jsonFieldsMapDirectlyToPayload
InboundChannelModelBuilder.InboundEventTransformerBuilder jsonFieldsMapDirectlyToPayload()Extracts the payload directly from (top-level) json fields.
-