PartnerNamespace.DefinitionStages.WithPartnerTopicRoutingMode Interface

public static interface PartnerNamespace.DefinitionStages.WithPartnerTopicRoutingMode

The stage of the PartnerNamespace definition allowing to specify partnerTopicRoutingMode.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPartnerTopicRoutingMode(PartnerTopicRoutingMode partnerTopicRoutingMode)

Specifies the partnerTopicRoutingMode property: This determines if events published to this partner namespace should use the source attribute in the event payload or use the channel name in the header when matching to the partner topic.

Method Details

withPartnerTopicRoutingMode

public abstract PartnerNamespace.DefinitionStages.WithCreate withPartnerTopicRoutingMode(PartnerTopicRoutingMode partnerTopicRoutingMode)

Specifies the partnerTopicRoutingMode property: This determines if events published to this partner namespace should use the source attribute in the event payload or use the channel name in the header when matching to the partner topic. If none is specified, source attribute routing will be used to match the partner topic..

Parameters:

partnerTopicRoutingMode - This determines if events published to this partner namespace should use the source attribute in the event payload or use the channel name in the header when matching to the partner topic. If none is specified, source attribute routing will be used to match the partner topic.

Returns:

the next definition stage.

Applies to