Interface InboundChannelModelBuilder.InboundEventKeyDetectorBuilder
- Enclosing interface:
- InboundChannelModelBuilder
public static interface InboundChannelModelBuilder.InboundEventKeyDetectorBuilder
Builder for the 'key detection' part of the
InboundChannelModel
.-
Method Summary
Modifier and TypeMethodDescriptiondelegateExpressionKeyDetector
(String delegateExpression) Uses delegate expression to determine the customInboundEventKeyDetector
.
-
Method Details
-
delegateExpressionKeyDetector
InboundChannelModelBuilder.InboundEventFilterBuilder delegateExpressionKeyDetector(String delegateExpression) Uses delegate expression to determine the customInboundEventKeyDetector
.
-