endpointTypes property

List<EndpointTypesElement>? endpointTypes
final

The types of endpoints to send the custom message to. Each valid value maps to a type of channel that you can associate with an endpoint by using the ChannelType property of an endpoint.

Implementation

final List<EndpointTypesElement>? endpointTypes;