ImplicitChannelSubscriptionAttribute(string, string?)
public ImplicitChannelSubscriptionAttribute(string streamNamespace, string? channelIdMapper = null) Used to subscribe to the specified stream namespace.
Parameters
streamNamespacestring- The stream namespace to subscribe.
channelIdMapperstring?- The name of the stream identity mapper.
