Interface PartnerNamespace.DefinitionStages.WithPartnerTopicRoutingMode

All Known Subinterfaces:
PartnerNamespace.Definition, PartnerNamespace.DefinitionStages.WithCreate
Enclosing interface:
PartnerNamespace.DefinitionStages

public static interface PartnerNamespace.DefinitionStages.WithPartnerTopicRoutingMode
The stage of the PartnerNamespace definition allowing to specify partnerTopicRoutingMode.
  • Method Details

    • withPartnerTopicRoutingMode

      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.