public class OutboundChannelModelValidator extends Object implements ChannelValidator
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
supportedSerializers |
| Constructor and Description |
|---|
OutboundChannelModelValidator() |
OutboundChannelModelValidator(Collection<String> supportedSerializers) |
| Modifier and Type | Method and Description |
|---|---|
void |
validateChannel(ChannelModel channelModel) |
protected void |
validateChannel(OutboundChannelModel outboundChannelModel) |
public OutboundChannelModelValidator()
public OutboundChannelModelValidator(Collection<String> supportedSerializers)
public void validateChannel(ChannelModel channelModel)
validateChannel in interface ChannelValidatorprotected void validateChannel(OutboundChannelModel outboundChannelModel)
Copyright © 2022 Flowable. All rights reserved.